Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_woodensplint.hpp
2016-03-05 20:36:07 -05:00

17 lines
442 B
C++

class equip_woodensplint : CA_Magazine {
scope = public;
count = 1;
displayName = $STR_ITEM_NAME_WOODENSPLINT;
descriptionShort = $STR_ITEM_DESC_WOODENSPLINT;
model = "\z\addons\dayz_communityassets\models\woodensplint.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_woodensplint_ca.paa";
type = 256;
class ItemActions {
class Use {
text = $STR_ACTIONS_BRACE_LEG;
script = "spawn player_useMeds;";
};
};
};