mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-29 07:25:25 +00:00
Update LakRabbitGame.cs
This commit is contained in:
parent
ddae237096
commit
1c7d35a009
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue