Adds in Ability to make Latex Gloves Balloons

This commit is contained in:
Fox-McCloud
2016-06-12 03:28:01 -04:00
parent 1f02da25a0
commit 1b04261259
4 changed files with 30 additions and 16 deletions
+7
View File
@@ -219,3 +219,10 @@
/obj/item/stack/sheet/wood = 5)
tools = list(/obj/item/weapon/weldingtool,
/obj/item/weapon/screwdriver)
/datum/table_recipe/glove_balloon
name = "Latex Glove Balloon"
result = /obj/item/latexballon
time = 15
reqs = list(/obj/item/clothing/gloves/color/latex = 1,
/obj/item/stack/cable_coil = 5)