Beispiel #1
0
 public void Join(Covenant covenant)
 {
     if (Covenant != null)
     {
         Covenant.RemoveMagus(this);
     }
     Covenant = covenant;
     covenant.AddMagus(this);
     VisStudyRate = 6.75 + covenant.Aura.Strength;
 }
Beispiel #2
0
 public void Join(Covenant covenant)
 {
     if (Covenant != null)
     {
         Covenant.RemoveMagus(this);
     }
     Covenant = covenant;
     covenant.AddMagus(this);
     VisStudyRate = 6 + covenant.Aura.Strength;
 }