Experimental (Normal Conc Throw)

This commit is contained in:
ChocoTaco1 2021-04-07 18:50:05 -04:00
parent 7acbb290e7
commit f592afd882

View file

@ -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