mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +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:
@@ -1358,7 +1358,7 @@ EX void set_crystal_period_flags() {
|
||||
for(auto& g: ginf)
|
||||
if(g.flags & qCRYSTAL) {
|
||||
set_flag(ginf[gNil].flags, qSMALL, crystal_period && crystal_period <= 8);
|
||||
set_flag(ginf[gNil].flags, qBOUNDED, crystal_period);
|
||||
set_flag(ginf[gNil].flags, qCLOSED, crystal_period);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user