From 4776784be36612dd3aefbaf62e3108bae893d264 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 17 Jul 2018 15:00:35 +0200 Subject: [PATCH] irr:: known to use special land --- system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;