Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgCrafting/Recipes/Medical/woodensplint.hpp
ebaydayz 62700f37e4 Add note about splint and broken legs
Since R4z0r doesn't want it changed in vanilla.
2016-05-19 16:29:35 -04:00

16 lines
299 B
C++

class Blueprint_woodensplint : Recipe {
displayName = $STR_ITEM_NAME_WOODENSPLINT;
input[] =
{
{"PartWoodPile","CfgMagazines",1},
{"equip_string","CfgMagazines",1}
};
output[] =
{
{"equip_woodensplint","CfgMagazines",1} // Only need one splint to fix legs
};
required[] =
{
};
};