forked from MagicBane/Server
final cleanup
This commit is contained in:
@@ -244,7 +244,7 @@ public class ActionsBase {
|
||||
//Add blocked types here
|
||||
public boolean blocked(AbstractWorldObject awo) {
|
||||
//Check for immunities
|
||||
if (AbstractCharacter.IsAbstractCharacter(awo)){//awo.getObjectType() == mbEnums.GameObjectType.PlayerCharacter) {
|
||||
if (AbstractCharacter.IsAbstractCharacter(awo)){
|
||||
AbstractCharacter pcTarget = (AbstractCharacter) awo;
|
||||
PlayerBonuses tarBonus = pcTarget.getBonuses();
|
||||
SourceType source = SourceType.GetSourceType(this.stackType);
|
||||
|
||||
Reference in New Issue
Block a user