Fix prefs issue, make banjo available, build tgui

This commit is contained in:
mochi
2020-07-21 23:54:35 +02:00
parent a8371f301a
commit 7a4b732e76
6 changed files with 21 additions and 5 deletions
@@ -204,3 +204,13 @@
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER)
time = 8 SECONDS
category = CAT_MISC
/datum/crafting_recipe/banjo
name = "Banjo"
result = /obj/item/instrument/banjo
reqs = list(/obj/item/stack/sheet/wood = 5,
/obj/item/stack/cable_coil = 6,
/obj/item/stack/tape_roll = 5)
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER)
time = 8 SECONDS
category = CAT_MISC