From f592afd882355c179470e624e6f5589a87b30a77 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Wed, 7 Apr 2021 18:50:05 -0400 Subject: [PATCH] Experimental (Normal Conc Throw) --- Classic/scripts/autoexec/TacoOverrides.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Classic/scripts/autoexec/TacoOverrides.cs b/Classic/scripts/autoexec/TacoOverrides.cs index a186bbb..564c3b7 100755 --- a/Classic/scripts/autoexec/TacoOverrides.cs +++ b/Classic/scripts/autoexec/TacoOverrides.cs @@ -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