From fe42b5e2efac783b3a3665beed785e32aed2f8e5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 17 Jun 2022 10:46:13 +0200 Subject: [PATCH] fixed Orbs not affecting slime --- orbs.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/orbs.cpp b/orbs.cpp index 45f293ed..cefc258d 100644 --- a/orbs.cpp +++ b/orbs.cpp @@ -340,6 +340,7 @@ EX void checkFreedom(cell *cf) { } addMessage(XLAT("Your %1 activates!", itOrbFreedom)); drainOrb(itOrbFreedom); + orig_wall = cwt.at->wall; for(cell *pc: player_positions()) drawBigFlash(pc); for(int i=0; iwall; playSound(cwt.at, "storm"); drainOrb(itOrbFlash); for(int i=0; iwall; for(int i=0; itype; i++) castLightningBolt(cellwalker(c, i)); }