mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
disabled Frog in shmup
This commit is contained in:
parent
664db4ae39
commit
76fd1a5da6
@ -636,6 +636,9 @@ EX land_validity_t& land_validity(eLand l) {
|
||||
if(l == laEclectic && !(geometry == gNormal && BITRUNCATED))
|
||||
return pattern_not_implemented_weird;
|
||||
|
||||
if(l == laFrog && shmup::on)
|
||||
return not_in_shmup;
|
||||
|
||||
if(walls_not_implemented() && isCrossroads(l))
|
||||
return no_walls;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user