From d12601a538c07dc06718ebec66959f6446f68e07 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 17 Jun 2021 09:39:31 +0200 Subject: [PATCH] fixed thruVine with Orb of the Woods --- pcmove.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcmove.cpp b/pcmove.cpp index d2f7a66e..25838510 100644 --- a/pcmove.cpp +++ b/pcmove.cpp @@ -794,7 +794,7 @@ bool pcmove::after_escape() { bool push_behind = c2->wall == waBigStatue || (among(c2->wall, waCTree, waSmallTree, waBigTree, waShrub, waVinePlant) && markOrb(itOrbWoods)); - if(thruVine(c2, cwt.at)) push_behind = true; + if(thruVine(c2, cwt.at) && markOrb(itOrbWoods)) push_behind = true; if(push_behind && !c2->monst && !nonAdjacentPlayer(c2, cwt.at) && fmsMove) { eWall what = c2->wall;