v2.4.0: also applied visual paralysis change for ghoul crumple

This commit is contained in:
Evan Debenham
2024-03-26 16:57:55 -04:00
parent 20b2cda8b9
commit 9f3545c1a0

View File

@@ -55,6 +55,7 @@ public class GhoulSprite extends MobSprite {
public void crumple(){
hideEmo();
remove(State.PARALYSED);
play(crumple);
}