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,6 +1,6 @@
class ItemAntibiotic_base : CA_Magazine
{
scope = 0;
scope = private;
count = 1;
type = WeaponSlotItem;
@@ -11,7 +11,7 @@ class ItemAntibiotic_base : CA_Magazine
class ItemAntibiotic : ItemAntibiotic_base
{
scope = 2;
scope = public;
descriptionShort = $STR_EQUIP_DESC_17;
class medical
@@ -101,6 +101,6 @@ class ItemAntibiotic1 : ItemAntibiotic
class ItemAntibioticEmpty : ItemAntibiotic_base
{
scope = 2;
scope = public;
descriptionShort = "EmptyBox of Azithromycin.";
};