|
|
@ -536,7 +536,7 @@ public enum PowersManager { |
|
|
|
//CCR toons dont use cost
|
|
|
|
//CCR toons dont use cost
|
|
|
|
|
|
|
|
|
|
|
|
if (!playerCharacter.isCSR()) { |
|
|
|
if (!playerCharacter.isCSR()) { |
|
|
|
if (cost > 0) |
|
|
|
if (cost > 0 || token == 429005674) |
|
|
|
if ((playerCharacter.getObjectTypeMask() & MBServerStatics.MASK_UNDEAD) != 0) |
|
|
|
if ((playerCharacter.getObjectTypeMask() & MBServerStatics.MASK_UNDEAD) != 0) |
|
|
|
if (playerCharacter.getHealth() <= cost) |
|
|
|
if (playerCharacter.getHealth() <= cost) |
|
|
|
return true; |
|
|
|
return true; |
|
|
|