enrollment office removes DS effect

This commit is contained in:
2024-06-15 15:04:07 -05:00
parent b351d7c1ae
commit b9ec54c76a
+3
View File
@@ -4847,6 +4847,9 @@ public class PlayerCharacter extends AbstractCharacter {
pc.isBoxed = true;
player.isBoxed = false;
if(player.containsEffect(1672601862)) {
player.removeEffectBySource(EffectSourceType.DeathShroud,41,false);
}
}
public static boolean checkIfBoxed(PlayerCharacter player){