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