Пример #1
0
 public override bool PostPerform()
 {
     GWorld.Instance().isTreated.Add(GetComponent <Patient>());
     agentBeliefs.AddState(AgentStates.IAmCured, 1);
     if (cubicle != null)
     {
         inventory.RemoveItem(cubicle);
     }
     return(true);
 }
Пример #2
0
 private void Start()
 {
     GWorld.Instance().Cubicles.Add(this);
 }