mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 10:20:32 +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() {
|
bool do_use_special_land() {
|
||||||
return
|
return
|
||||||
!safety &&
|
!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;
|
hookset<bool()> *hooks_welcome_message;
|
||||||
|
Loading…
Reference in New Issue
Block a user