v2.0.2: fixed levitation persisting for 1 turn after chasm falling
This commit is contained in:
@@ -1567,6 +1567,8 @@ public class Hero extends Char {
|
||||
Chasm.heroJump(this);
|
||||
interrupt();
|
||||
} else {
|
||||
flying = false;
|
||||
remove(buff(Levitation.class)); //directly remove to prevent cell pressing
|
||||
Chasm.heroFall(target);
|
||||
}
|
||||
canSelfTrample = false;
|
||||
|
||||
Reference in New Issue
Block a user