mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 20:22:56 +03:00
added back rbull and new can orange sherbet
This commit is contained in:
@@ -306,6 +306,19 @@ class CfgMagazines {
|
|||||||
//ammo = "SodaCanMtngreen";
|
//ammo = "SodaCanMtngreen";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class ItemSodaRbull : ItemSodaCoke {
|
||||||
|
displayName = $STR_FOOD_NAME_RBULL;
|
||||||
|
descriptionShort = $STR_FOOD_DESC_RBULL;
|
||||||
|
model = "z\addons\dayz_epoch\models\soda_redbull.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_soda_rbull_CA.paa";
|
||||||
|
};
|
||||||
|
class ItemSodaOrageSherbet : ItemSodaCoke {
|
||||||
|
displayName = $STR_FOOD_NAME_OSHERBET;
|
||||||
|
descriptionShort = $STR_FOOD_DESC_OSHERBET;
|
||||||
|
model = "z\addons\dayz_epoch\models\soda_sherbet.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\soda_orangesherbet_ca.paa";
|
||||||
|
};
|
||||||
|
|
||||||
class ItemSodaClays : ItemSodaCoke {
|
class ItemSodaClays : ItemSodaCoke {
|
||||||
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_2;
|
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_2;
|
||||||
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_2;
|
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_2;
|
||||||
|
|||||||
Reference in New Issue
Block a user