Merge pull request #11916 from Trilbyspaceclone/crafting_menu

Cleans up misc tab in the crafting menu
This commit is contained in:
kevinz000
2020-04-20 11:37:13 -07:00
committed by GitHub
4 changed files with 89 additions and 65 deletions
+1 -9
View File
@@ -40,12 +40,4 @@
user.visible_message("<span class='warning'>[user] waves around \the \"[label]\" sign.</span>")
else
user.visible_message("<span class='warning'>[user] waves around blank sign.</span>")
user.changeNext_move(CLICK_CD_MELEE)
/datum/crafting_recipe/picket_sign
name = "Picket Sign"
result = /obj/item/picket_sign
reqs = list(/obj/item/stack/rods = 1,
/obj/item/stack/sheet/cardboard = 2)
time = 80
category = CAT_MISC
user.changeNext_move(CLICK_CD_MELEE)