Elin Decompiled Documentation EA 23.333 Myaightly Patch 1
Loading...
Searching...
No Matches
TraitUniqueCharaNoJoin.cs
Go to the documentation of this file.
2{
3 public override bool CanInvite => false;
4
5 public override bool CanChangeAffinity
6 {
7 get
8 {
9 if (base.owner.Chara.source.recruitItems.IsEmpty())
10 {
11 return base.owner.IsPCFaction;
12 }
13 return true;
14 }
15 }
16}