mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Notes
This commit is contained in:
parent
00389c0d55
commit
6315aecfdb
1 changed files with 2 additions and 2 deletions
|
|
@ -291,11 +291,11 @@ function VehicleData::createPositionMarker(%data, %obj)
|
||||||
return %marker;
|
return %marker;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Normal Conc Throw (Like Normal Grenades)
|
//Conc Throw (Almost Normal Grenades) 1500 Normal
|
||||||
function ConcussionGrenadeThrown::onThrow(%this, %gren)
|
function ConcussionGrenadeThrown::onThrow(%this, %gren)
|
||||||
{
|
{
|
||||||
AIGrenadeThrown(%gren);
|
AIGrenadeThrown(%gren);
|
||||||
%gren.detThread = schedule(1800, %gren, "detonateGrenade", %gren);
|
%gren.detThread = schedule(1800, %gren, "detonateGrenade", %gren); // Was 2000
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue