mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
@@ -31,11 +31,9 @@ class ItemAntibiotic : ItemAntibiotic_base
|
||||
};
|
||||
};
|
||||
|
||||
//TODO: move descriptions to stringtable
|
||||
|
||||
class ItemAntibiotic6 : ItemAntibiotic
|
||||
{
|
||||
descriptionShort = "Azithromycin is a broad spectrum antibiotic used to treat or prevent certain bacterial infections. 6 Remaining";
|
||||
descriptionShort = $STR_EQUIP_DESC_48;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -46,7 +44,7 @@ class ItemAntibiotic6 : ItemAntibiotic
|
||||
|
||||
class ItemAntibiotic5 : ItemAntibiotic
|
||||
{
|
||||
descriptionShort = "Azithromycin is a broad spectrum antibiotic used to treat or prevent certain bacterial infections. 5 Remaining";
|
||||
descriptionShort = $STR_EQUIP_DESC_49;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -57,7 +55,7 @@ class ItemAntibiotic5 : ItemAntibiotic
|
||||
|
||||
class ItemAntibiotic4 : ItemAntibiotic
|
||||
{
|
||||
descriptionShort = "Azithromycin is a broad spectrum antibiotic used to treat or prevent certain bacterial infections. 4 Remaining";
|
||||
descriptionShort = $STR_EQUIP_DESC_50;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -68,7 +66,7 @@ class ItemAntibiotic4 : ItemAntibiotic
|
||||
|
||||
class ItemAntibiotic3 : ItemAntibiotic
|
||||
{
|
||||
descriptionShort = "Azithromycin is a broad spectrum antibiotic used to treat or prevent certain bacterial infections. 3 Remaining";
|
||||
descriptionShort = $STR_EQUIP_DESC_51;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -79,7 +77,7 @@ class ItemAntibiotic3 : ItemAntibiotic
|
||||
|
||||
class ItemAntibiotic2 : ItemAntibiotic
|
||||
{
|
||||
descriptionShort = "Azithromycin is a broad spectrum antibiotic used to treat or prevent certain bacterial infections. 2 Remaining";
|
||||
descriptionShort = $STR_EQUIP_DESC_52;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -90,7 +88,7 @@ class ItemAntibiotic2 : ItemAntibiotic
|
||||
|
||||
class ItemAntibiotic1 : ItemAntibiotic
|
||||
{
|
||||
descriptionShort = "Azithromycin is a broad spectrum antibiotic used to treat or prevent certain bacterial infections. 1 Remaining";
|
||||
descriptionShort = $STR_EQUIP_DESC_53;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -102,5 +100,5 @@ class ItemAntibiotic1 : ItemAntibiotic
|
||||
class ItemAntibioticEmpty : ItemAntibiotic_base
|
||||
{
|
||||
scope = public;
|
||||
descriptionShort = "EmptyBox of Azithromycin.";
|
||||
descriptionShort = $STR_EQUIP_DESC_54;
|
||||
};
|
||||
Reference in New Issue
Block a user