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