mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed missing strings
XEH_ENABLED carryPosition carryDirection dragPosition dragDirection
This commit is contained in:
parent
b82350baa2
commit
100c20fc83
@ -85,9 +85,15 @@ class CfgVehicles {
|
||||
};
|
||||
|
||||
// Barrier
|
||||
class RoadCone_F: thingX{
|
||||
class RoadCone_F: thingX {
|
||||
XEH_ENABLED;
|
||||
GVAR(canCarry) = 1;
|
||||
GVAR(carryPosition[]) = {0,1,1};
|
||||
GVAR(carryDirection) = 0;
|
||||
|
||||
GVAR(canDrag) = 1;
|
||||
GVAR(dragPosition[]) = {0,1.2,0};
|
||||
GVAR(dragDirection) = 0;
|
||||
};
|
||||
|
||||
class ACE_RepairItem_Base: ThingX {};
|
||||
|
Loading…
Reference in New Issue
Block a user