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,5 +1,5 @@
class IC_Fireplace1: House {
scope = 2;
scope = public;
displayname = "Campfire";
model = "\Ca\misc3\Campfire";
};
@@ -11,7 +11,7 @@ class IC_Tent: House {
icon = "\Ca\misc3\data\Icons\icon_Atent_ca.paa";
mapsize = 3;
model = "\CA\Misc3\A_tent";
scope = 2;
scope = public;
vehicleClass = "Survival";
pack = "WeaponHolder_ItemTent";