mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
Experimental (Normal Conc Throw)
This commit is contained in:
parent
7acbb290e7
commit
f592afd882
1 changed files with 7 additions and 0 deletions
|
|
@ -291,6 +291,13 @@ function VehicleData::createPositionMarker(%data, %obj)
|
||||||
return %marker;
|
return %marker;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Normal Conc Throw (Like Normal Grenades)
|
||||||
|
function ConcussionGrenadeThrown::onThrow(%this, %gren)
|
||||||
|
{
|
||||||
|
AIGrenadeThrown(%gren);
|
||||||
|
%gren.detThread = schedule(1500, %gren, "detonateGrenade", %gren);
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Prevent package from being activated if it is already
|
// Prevent package from being activated if it is already
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue