diff --git a/system.cpp b/system.cpp index 9c7d72a6..8f316add 100644 --- a/system.cpp +++ b/system.cpp @@ -35,7 +35,7 @@ bool verless(string v, string cmp) { bool do_use_special_land() { return !safety && - (peace::on || tactic::on || geometry || gp::on || randomPatternsMode || yendor::on); + (peace::on || tactic::on || geometry || gp::on || irr::on || randomPatternsMode || yendor::on); } hookset *hooks_welcome_message;