Should be all scope entries

This commit is contained in:
icomrade
2016-03-05 20:36:07 -05:00
parent 5cfe47c718
commit 9d52fb0595
251 changed files with 887 additions and 882 deletions

View File

@@ -1,7 +1,7 @@
//TENT CONFIGS ARE FOND IN DZE/MISC.HPP
class ItemTent : CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = WeaponSlotItem * 3;
@@ -25,7 +25,7 @@ class ItemTent : CA_Magazine
class ItemDomeTent : CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = WeaponSlotItem * 3;