@ -4846,12 +4846,18 @@ public class PlayerCharacter extends AbstractCharacter {
}
if(this.isBoxed) {
if(this.title.equals(CharacterTitle.BOX) == false) {
this.title = CharacterTitle.BOX;
InterestManager.reloadCharacter(this);
if (this.containsEffect(1672601862) == false) {//Deathshroud
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false);
}else{
if(this.title.equals(CharacterTitle.NONE) == false) {
this.title = CharacterTitle.NONE;