1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

adjusted Frog Park to other geometries

This commit is contained in:
Zeno Rogue 2020-02-27 20:50:41 +01:00
parent 22127cadcd
commit aec3589260

View File

@ -2621,7 +2621,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
case laFrog:
if(d == 8) {
if(zebra40(c) & 2) {
if(!is_zebra_trapdoor(c)) {
if(hrand(2000) < PT(100 + 2 * kills[moFrog] + 2 * kills[moPhaser] + 2 * kills[moVaulter], 200) && notDippingFor(itFrog)) {
bool ok = true;
forCellCM(c1, c) if(c1->item) ok = false;