1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-19 10:19:36 +00:00

do not flipplayer on having Frog

This commit is contained in:
Zeno Rogue 2024-07-27 21:48:04 +02:00
parent fecd98e758
commit 6659cc648d

View File

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