mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix medical litter scopeCurator values
Solves #2526 where medical litter would appear in zeus with no name.
This commit is contained in:
parent
6ee5c6d9f8
commit
35d94e8d5c
@ -695,6 +695,7 @@ class CfgVehicles {
|
||||
class ACE_bodyBagObject: MapBoard_altis_F {
|
||||
XEH_ENABLED;
|
||||
scope = 1;
|
||||
scopeCurator = 2;
|
||||
side = -1;
|
||||
model = QUOTE(PATHTOEF(apl,bodybag.p3d));
|
||||
icon = "";
|
||||
@ -720,6 +721,7 @@ class CfgVehicles {
|
||||
class Thing;
|
||||
class ACE_MedicalLitterBase: Thing {
|
||||
scope = 1;
|
||||
scopeCurator = 0;
|
||||
displayName = " ";
|
||||
destrType = "DestructNo";
|
||||
model = QUOTE(PATHTOF(data\littergeneric.p3d));
|
||||
@ -900,6 +902,7 @@ class CfgVehicles {
|
||||
class NATO_Box_Base;
|
||||
class ACE_medicalSupplyCrate: NATO_Box_Base {
|
||||
scope = 2;
|
||||
scopeCurator = 2;
|
||||
accuracy = 1000;
|
||||
displayName = CSTRING(medicalSupplyCrate);
|
||||
model = PATHTOF(data\ace_medcrate.p3d);
|
||||
|
Loading…
Reference in New Issue
Block a user