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