mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 15:14: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);
|
schedule(2000, %mineObj, "explodeMine", %mineObj, true);
|
||||||
}
|
}
|
||||||
// thanks mista
|
// 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)
|
if (Game.duelMode && %damageType == $DamageType::Grenade && $lastObjExplode.isHandNade)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue