1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

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

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;