From 3314604882978bd1bb433b04f8103adf3ec534fd Mon Sep 17 00:00:00 2001 From: lambdatiger Date: Thu, 15 Aug 2024 18:24:42 -0500 Subject: [PATCH] Changed fired function description --- addons/frag/functions/fnc_fired.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/frag/functions/fnc_fired.sqf b/addons/frag/functions/fnc_fired.sqf index 77f774a65b..34d209ee3f 100644 --- a/addons/frag/functions/fnc_fired.sqf +++ b/addons/frag/functions/fnc_fired.sqf @@ -1,8 +1,8 @@ #include "..\script_component.hpp" /* * Author: Lambda.Tiger - * Add "Exploded" eventhandler to a projectile if it will produce fragments - * and a "HitPart" eventhandler if it will produce spall. + * Adds a "HitPart" eventhandler if it will produce spall and the spall system is enabled, and calls the + * roundFragInit function if frag or explosion reflections are enabled. * * Arguments: * Parameters inherited from EFUNC(common,firedEH)