Merge pull request #10142 from datlo/ttvbomb

Adds the toxins payload casing to crafting
This commit is contained in:
variableundefined
2018-11-08 14:18:19 +08:00
committed by GitHub
2 changed files with 52 additions and 0 deletions
+10
View File
@@ -339,6 +339,16 @@
time = 50
category = CAT_WEAPON
/datum/crafting_recipe/toxins_payload
name = "Toxins Payload Casing"
result = /obj/item/bombcore/toxins
reqs = list(
/obj/item/stock_parts/matter_bin = 1,
/obj/item/assembly/signaler = 1,
/obj/item/stack/sheet/metal = 2
)
category = CAT_WEAPON
/datum/crafting_recipe/bonfire
name = "Bonfire"
time = 60