mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
ls:: fixed frog park in hv
This commit is contained in:
parent
8568f6489c
commit
8ac3bb29ab
@ -2746,7 +2746,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
break;
|
||||
|
||||
case laFrog:
|
||||
if(d == 9) {
|
||||
if(d == (ls::hv_structure() ? 8 : 9)) {
|
||||
if(randomPatternsMode ? RANDPAT : !is_zebra_trapdoor(c)) {
|
||||
if(hrand(2000) < PT(100 + 2 * kills[moFrog] + 2 * kills[moPhaser] + 2 * kills[moVaulter], 100) && notDippingFor(itFrog)) {
|
||||
bool ok = true;
|
||||
|
Loading…
Reference in New Issue
Block a user