mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 05:09:18 +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;
|
return disabled;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if(l == laMinefield && bounded)
|
||||||
|
return specially_geo3;
|
||||||
|
|
||||||
if(l == laAsteroids) {
|
if(l == laAsteroids) {
|
||||||
if(!shmup::on) return shmup_only;
|
if(!shmup::on) return shmup_only;
|
||||||
if(!bounded) return bounded_only;
|
if(!bounded) return bounded_only;
|
||||||
|
Loading…
Reference in New Issue
Block a user