mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-13 03:33:34 +00:00
Update LakRabbitGame.cs
This commit is contained in:
parent
f431ebd65c
commit
26df75ec0a
1 changed files with 2 additions and 2 deletions
|
|
@ -715,9 +715,9 @@ function deployMineCheck(%mineObj, %player)
|
|||
schedule(2000, %mineObj, "explodeMine", %mineObj, true);
|
||||
}
|
||||
// thanks mista
|
||||
function MineDeployed:: damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType)
|
||||
function MineDeployed::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType)
|
||||
{
|
||||
// NO NIFTY NADE/MINE SCRIPTS
|
||||
// NO NIFTY NADE/MINE SCRIPTS
|
||||
if (Game.duelMode && %damageType == $DamageType::Grenade && $lastObjExplode.isHandNade)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue