mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Experimental (Normal Conc Throw)
This commit is contained in:
parent
7acbb290e7
commit
f592afd882
|
|
@ -291,6 +291,13 @@ function VehicleData::createPositionMarker(%data, %obj)
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue