irr:: known to use special land

This commit is contained in:
Zeno Rogue 2018-07-17 15:00:35 +02:00
parent 572252b94f
commit 4776784be3
1 changed files with 1 additions and 1 deletions

View File

@ -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<bool()> *hooks_welcome_message;