mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
irr:: known to use special land
This commit is contained in:
parent
572252b94f
commit
4776784be3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user