|
|
|
@ -261,6 +261,8 @@ public class ActionsBase {
@@ -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; |
|
|
|
|