mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change event name to weaponJammed
This commit is contained in:
@ -43,7 +43,7 @@ if (_ammo > 0) then {
|
|||||||
// only display the hint once, after you try to shoot an already jammed weapon
|
// only display the hint once, after you try to shoot an already jammed weapon
|
||||||
GVAR(knowAboutJam) = false;
|
GVAR(knowAboutJam) = false;
|
||||||
|
|
||||||
["overheating_jammed", [_unit,_weapon]] call EFUNC(common,localEvent);
|
["weaponJammed", [_unit,_weapon]] call EFUNC(common,localEvent);
|
||||||
|
|
||||||
|
|
||||||
if (_unit getVariable [QGVAR(JammingActionID), -1] == -1) then {
|
if (_unit getVariable [QGVAR(JammingActionID), -1] == -1) then {
|
||||||
|
Reference in New Issue
Block a user