Esempio n. 1
0
 private void CreateVerbs()
 {
     if ((int)this.pawn.RaceProps.intelligence >= 1)
     {
         UniqueIDsManager uniqueIDsManager = Find.UniqueIDsManager;
         this.beatFireVerb = new Verb_BeatFire();
         if (!this.pawn.RaceProps.IsMechanoid)
         {
             this.igniteVerb = new Verb_Ignite();
         }
         this.UpdateVerbsLinksAndProps();
     }
 }
Esempio n. 2
0
 public int GetNextJobID()
 {
     return(UniqueIDsManager.GetNextID(ref this.nextJobID));
 }
Esempio n. 3
0
 public int GetNextAncientCryptosleepCasketGroupID()
 {
     return(UniqueIDsManager.GetNextID(ref this.nextAncientCryptosleepCasketGroupID));
 }
Esempio n. 4
0
 public int GetNextTransporterGroupID()
 {
     return(UniqueIDsManager.GetNextID(ref this.nextTransporterGroupID));
 }
Esempio n. 5
0
 public int GetNextWorldObjectID()
 {
     return(UniqueIDsManager.GetNextID(ref this.nextWorldObjectID));
 }
Esempio n. 6
0
 public int GetNextPassingShipID()
 {
     return(UniqueIDsManager.GetNextID(ref this.nextPassingShipID));
 }
Esempio n. 7
0
 public int GetNextSignalTagID()
 {
     return(UniqueIDsManager.GetNextID(ref this.nextSignalTagID));
 }
Esempio n. 8
0
 public int GetNextArchivedDialogID()
 {
     return(UniqueIDsManager.GetNextID(ref this.nextArchivedDialogID));
 }