Change water bottle image back to canteen image

This commit is contained in:
icomrade
2016-07-21 00:35:51 -04:00
parent 88c7d7d28b
commit e3fee60a8f
2 changed files with 7 additions and 7 deletions

View File

@@ -2,8 +2,8 @@ class ItemWaterBottle : FoodDrink
{
scope = public;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
picture = "\z\addons\dayz_communityassets\textures\waterbottle.paa";
model = "\dayz_equip\models\waterbottle_gear.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle10oz_ca.paa";
displayName = $STR_EQUIP_NAME_12;
descriptionShort = $STR_EQUIP_DESC_12;