Update ItemKeyKit.hpp

This commit is contained in:
dayz10k
2013-11-18 10:15:59 -05:00
parent 869d7208d8
commit 29f5e726cd

View File

@@ -1,7 +1,7 @@
class ItemKeyKit: ItemCore { class ItemKeyKit: ItemCore {
scope = 2; scope = 2;
displayname = "STR_EPOCH_PLAYER_295"; displayname = $STR_EPOCH_PLAYER_295;
model="\z\addons\dayz_epoch\models\keykit.p3d"; model="\z\addons\dayz_epoch\models\keykit.p3d";
descriptionShort="STR_EPOCH_PLAYER_296"; descriptionShort=$STR_EPOCH_PLAYER_296;
picture="\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa"; picture="\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa";
}; };