mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Should be all scope entries
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class DZ_AmmoBoxRU : ReammoBox
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "ca\weapons\ammoboxes\proxy_ruweaponboxlow.p3d";
|
||||
displayName = "Ammo box"; //TODO move to stringtable
|
||||
@@ -8,7 +8,7 @@ class DZ_AmmoBoxRU : ReammoBox
|
||||
|
||||
class DZ_ExplosiveBoxRU : ReammoBox
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "ca\weapons\ammoboxes\proxy_ruexplosives.p3d";
|
||||
displayName = "Ammo box"; //TODO move to stringtable
|
||||
@@ -16,7 +16,7 @@ class DZ_ExplosiveBoxRU : ReammoBox
|
||||
|
||||
class DZ_AmmoBoxUS : ReammoBox
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "ca\weapons\ammoboxes\proxy_usbasicammoboxsmall.p3d";
|
||||
displayName = "Ammo box"; //TODO move to stringtable
|
||||
@@ -24,7 +24,7 @@ class DZ_AmmoBoxUS : ReammoBox
|
||||
|
||||
class DZ_ExplosivesBoxUS : ReammoBox
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "ca\weapons\ammoboxes\proxy_usbasicexplosives.p3d";
|
||||
displayName = "Ammo box"; //TODO move to stringtable
|
||||
@@ -32,7 +32,7 @@ class DZ_ExplosivesBoxUS : ReammoBox
|
||||
|
||||
class DZ_CardboardBox : ReammoBox
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "dayz_equip\models\cardboard_box.p3d";
|
||||
displayName = "Cardboard box"; //TODO move to stringtable
|
||||
@@ -40,7 +40,7 @@ class DZ_CardboardBox : ReammoBox
|
||||
|
||||
class DZ_MedBox : ReammoBox
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityassets\models\medical_freezbox.p3d";
|
||||
displayName = $STR_DAYZ_OBJ_2;
|
||||
|
||||
Reference in New Issue
Block a user