mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-07-03 17:02:42 +00:00
An option to play on a disk (and use bounded space rules). Also renamed 'bounded' flag to 'closed' or similar, and improved Halloween
This commit is contained in:
@@ -79,7 +79,7 @@ EX void pickupMovedItems(cell *c, cell *from) {
|
||||
}
|
||||
|
||||
EX bool in_lovasz() {
|
||||
return specialland == laMotion && bounded && ls::single() && !daily::on;
|
||||
return specialland == laMotion && closed_or_bounded && ls::single() && !daily::on;
|
||||
}
|
||||
|
||||
EX int threshold_met(int i) {
|
||||
|
||||
Reference in New Issue
Block a user