stun immunities
This commit is contained in:
@@ -261,6 +261,8 @@ public class ActionsBase {
|
||||
return true;
|
||||
}
|
||||
|
||||
if(this.stackType.equals("Stun") && bonus.getBool(ModType.ImmuneTo,SourceType.Stun))
|
||||
return true;
|
||||
|
||||
if(pb.vampDrain() && bonus.getBool(ModType.BlockedPowerType, SourceType.VAMPDRAIN))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user