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:
parent
121c45eb84
commit
153cd28f94
@ -43,7 +43,7 @@ if (_ammo > 0) then {
|
||||
// only display the hint once, after you try to shoot an already jammed weapon
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user