Merge pull request #4643 from Fox-McCloud/latex-glove-balloon

Adds in Ability to make Latex Gloves Balloons
This commit is contained in:
TheDZD
2016-06-14 10:17:01 -04:00
committed by GitHub
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)