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)); }