stun immunities

This commit is contained in:
2025-03-06 16:58:09 -06:00
parent 4b2fbf2dc0
commit 15a823a4e5
+2
View File
@@ -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;