deathshroud application

This commit is contained in:
2024-02-05 20:19:41 -06:00
parent c7d26f9dcc
commit 5840de216d
3 changed files with 31 additions and 1 deletions
@@ -538,7 +538,7 @@ public enum InterestManager implements Runnable {
if(origin.machineID.equals(pc.getClientConnection().machineID)){
//add deatshroud effect
PowersManager.applyPower(player, player, Vector3fImmutable.ZERO, 1672601862, 999, false);
player.isBoxed = true;
return;
}
}