Update LakRabbitGame.cs

This commit is contained in:
ChocoTaco1 2020-04-14 15:46:46 -04:00
parent ddae237096
commit 1c7d35a009

View file

@ -616,6 +616,9 @@ function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %am
}
%weapon = "Plasma";
case $DamageType::Laser:
if($InvBanList[LakRabbit, "SniperRifle"]) //banned
return;
if(%energy > 0.5 || %players > 7)
{
%players = (ClientGroup.getCount()-1)/1.5;