mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-19 16:07:40 +00:00
Minefield in bounded marked as specially_geo3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user