mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
Should be all scope entries
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class ItemTinBar: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Tin";
|
||||
@@ -9,7 +9,7 @@ class ItemTinBar: CA_Magazine {
|
||||
|
||||
};
|
||||
class ItemTinBar10oz: CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "10oz Tin";
|
||||
|
||||
Reference in New Issue
Block a user