diff --git a/Classic/scripts/SCtFGame.cs b/Classic/scripts/SCtFGame.cs index 1354790..4360194 100644 --- a/Classic/scripts/SCtFGame.cs +++ b/Classic/scripts/SCtFGame.cs @@ -385,6 +385,9 @@ package SCtFGame %damageScale = %data.damageScale[%damageType]; if(%damageScale !$= "") %amount *= %damageScale; + + if(%damageType == $DamageType::Laser && $InvBanList[SctF, "SniperRifle"]) //banned + return; %flash = %targetObject.getDamageFlash() + (%amount * 2); if (%flash > 0.75)