mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Notes
This commit is contained in:
parent
00389c0d55
commit
6315aecfdb
|
|
@ -291,11 +291,11 @@ function VehicleData::createPositionMarker(%data, %obj)
|
|||
return %marker;
|
||||
}
|
||||
|
||||
//Normal Conc Throw (Like Normal Grenades)
|
||||
//Conc Throw (Almost Normal Grenades) 1500 Normal
|
||||
function ConcussionGrenadeThrown::onThrow(%this, %gren)
|
||||
{
|
||||
AIGrenadeThrown(%gren);
|
||||
%gren.detThread = schedule(1800, %gren, "detonateGrenade", %gren);
|
||||
%gren.detThread = schedule(1800, %gren, "detonateGrenade", %gren); // Was 2000
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue