|
|
@ -4813,12 +4813,15 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
updateBlessingMessage(); |
|
|
|
updateBlessingMessage(); |
|
|
|
|
|
|
|
|
|
|
|
this.safeZone = this.isInSafeZone(); |
|
|
|
this.safeZone = this.isInSafeZone(); |
|
|
|
|
|
|
|
Realm currentRealm = getRealmAtLocation(this.getLoc()); |
|
|
|
|
|
|
|
if(currentRealm != null) { |
|
|
|
boolean forbiddenRealm = false; |
|
|
|
boolean forbiddenRealm = false; |
|
|
|
if(Realm.overridePlacement(getRealmAtLocation(this.getLoc()).getRealmName())) |
|
|
|
if (Realm.overridePlacement(currentRealm.getRealmName())) |
|
|
|
forbiddenRealm = true; |
|
|
|
forbiddenRealm = true; |
|
|
|
if(forbiddenRealm && this.containsEffect(1672601862) == false) {//Deathshroud
|
|
|
|
if (forbiddenRealm && this.containsEffect(1672601862) == false) {//Deathshroud
|
|
|
|
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false); |
|
|
|
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
//if(this.isBoxed && this.containsEffect(429611355) == false) {//pathfinding
|
|
|
|
//if(this.isBoxed && this.containsEffect(429611355) == false) {//pathfinding
|
|
|
|
// PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 429611355, 40, false);
|
|
|
|
// PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 429611355, 40, false);
|
|
|
|
//}
|
|
|
|
//}
|
|
|
|