Deathshroud applied ot all boxed characters

This commit is contained in:
2024-06-15 14:10:02 -05:00
parent d87c03bb79
commit 663e285091
4 changed files with 80 additions and 0 deletions
+6
View File
@@ -177,6 +177,8 @@ public class PlayerCharacter extends AbstractCharacter {
public float ZergMultiplier = 1.0f;
public boolean isBoxed = false;
/**
* No Id Constructor
*/
@@ -4814,6 +4816,10 @@ public class PlayerCharacter extends AbstractCharacter {
this.safeZone = this.isInSafeZone();
if(this.isBoxed && !this.containsEffect(1672601862)) {
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false);
}
} catch (Exception e) {
Logger.error(e);
} finally {