|
|
@ -4845,8 +4845,13 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(this.isBoxed && this.containsEffect(1672601862) == false) {//Deathshroud
|
|
|
|
if(this.isBoxed) { |
|
|
|
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false); |
|
|
|
this.title = CharacterTitle.BOX; |
|
|
|
|
|
|
|
if (this.containsEffect(1672601862) == false) {//Deathshroud
|
|
|
|
|
|
|
|
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
this.title = CharacterTitle.NONE; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|