From 6659cc648dd6ff6982c09d55f5ec4ed024174aaa Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 27 Jul 2024 21:48:04 +0200 Subject: [PATCH] do not flipplayer on having Frog --- orbs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/orbs.cpp b/orbs.cpp index 1397be64..4440e9fb 100644 --- a/orbs.cpp +++ b/orbs.cpp @@ -699,6 +699,7 @@ EX bool jumpTo(orbAction a, cell *dest, eItem byWhat, int bonuskill IS(0), eMons cwt.at = dest; forCellIdEx(c2, i, dest) if(c2->cpdist < dest->cpdist) { cwt.spin = i; + changes.value_keep(flipplayer); flipplayer = true; }