Esempio n. 1
0
 public bool GetEnabledHere(GameLocation location, bool isWinter)
 {
     return(!ObjectPatch.CantProduceToday(isWinter, location));
 }
Esempio n. 2
0
 public bool GetEnabledHere(GameLocation location)
 {
     return(!ObjectPatch.CantProduceToday(location.GetSeasonForLocation() == "Winter", location));
 }