public void ActivateAllSprinklers() { if (Game1.player.team.SpecialOrderRuleActive("NO_SPRINKLER")) { return; } foreach (GameLocation location in GameExt.GetAllLocations()) { ActivateSprinklersInLocation(location); } }