mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
Minefield in bounded marked as specially_geo3
This commit is contained in:
parent
a08cf0c8fd
commit
dbcfc2e978
@ -1024,6 +1024,9 @@ land_validity_t& land_validity(eLand l) {
|
||||
return disabled;
|
||||
#endif
|
||||
|
||||
if(l == laMinefield && bounded)
|
||||
return specially_geo3;
|
||||
|
||||
if(l == laAsteroids) {
|
||||
if(!shmup::on) return shmup_only;
|
||||
if(!bounded) return bounded_only;
|
||||
|
Loading…
Reference in New Issue
Block a user