v2.0.0: fixed chasm warning window causing self-trample

This commit is contained in:
Evan Debenham
2023-02-26 15:24:21 -05:00
parent 09dda0f366
commit 52738e2034

View File

@@ -1545,6 +1545,7 @@ public class Hero extends Char {
} else {
Chasm.heroFall(target);
}
canSelfTrample = false;
return false;
}