mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
disabled Jelly/Ruins in Shmup
This commit is contained in:
parent
040470205f
commit
2411d8f344
@ -1233,6 +1233,10 @@ int isLandValid(eLand l) {
|
||||
if(l == laStorms && torus)
|
||||
return 3;
|
||||
|
||||
// not yet implemented in Shmup
|
||||
if(shmup::on && (l == laSwitch || l == laRuins))
|
||||
return 0;
|
||||
|
||||
if(l == laMagnetic)
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user