diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 83568bf..2766a97 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/CustomDamage.java b/src/sig/plugin/TwosideKeeper/CustomDamage.java index 61ccc69..f0ba554 100644 --- a/src/sig/plugin/TwosideKeeper/CustomDamage.java +++ b/src/sig/plugin/TwosideKeeper/CustomDamage.java @@ -418,7 +418,7 @@ public class CustomDamage { aPlugin.API.showDamage(target, GetHeartAmount(damage)); } if (target instanceof Monster) { - if (reason.equalsIgnoreCase("SUFFOCATION")) { + if (reason!=null && reason.equalsIgnoreCase("SUFFOCATION")) { triggerEliteBreakEvent(target); } }