From bd0ca960c47fc2b771f506ef533d8a81ccb6ca11 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 1 Jun 2019 20:19:48 +0200 Subject: [PATCH] more roses in total chaos --- landgen.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/landgen.cpp b/landgen.cpp index debaba3d..2a07280e 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -1835,7 +1835,9 @@ void giantLandSwitch(cell *c, int d, cell *from) { } ONEMPTY { if(hrand(2000) < PT(25 + min(kills[moFalsePrincess] + kills[moRoseBeauty] + kills[moRoseLady], 200), 100) && notDippingFor(itRose)) { - for(int t=0; ttype; t++) if(c->move(t) && c->move(t)->wall == waRose) + if(chaosmode == 3) + c->item = itRose; + else for(int t=0; ttype; t++) if(c->move(t) && c->move(t)->wall == waRose) c->item = itRose; } else {