mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Config Fixes
This commit is contained in:
parent
c729672e53
commit
40ed985d34
@ -189,7 +189,7 @@ class CfgWeapons {
|
||||
class ACE_quikclot: ACE_ItemCore {
|
||||
scope = 2;
|
||||
displayName = CSTRING(QuikClot_Display);
|
||||
model = QUOTE(PATHTOF(data\QuikClot.p3d))
|
||||
model = QUOTE(PATHTOF(data\QuikClot.p3d));
|
||||
picture = QUOTE(PATHTOF(ui\items\quickclot_x_ca.paa));
|
||||
descriptionShort = CSTRING(QuikClot_Desc_Short);
|
||||
descriptionUse = CSTRING(QuikClot_Desc_Use);
|
||||
|
@ -23,7 +23,7 @@ class CfgVehicles {
|
||||
class CAManBase: Man {
|
||||
class ACE_SelfActions {
|
||||
class ACE_CutParachute {
|
||||
displayName = CSTRING("CutParachute");
|
||||
displayName = CSTRING(CutParachute);
|
||||
exceptions[] = {"isNotInside"};
|
||||
condition = QUOTE([_player] call FUNC(checkCutParachute));
|
||||
statement = QUOTE([_player] call FUNC(cutParachute));
|
||||
|
Loading…
Reference in New Issue
Block a user