Adds a few new recipes created with plastic sheets (#979)

This commit is contained in:
CitadelStationBot
2017-05-18 11:53:17 -05:00
committed by Poojawa
parent 0419ef823b
commit acbaa45aee
3 changed files with 16 additions and 1 deletions

View File

@@ -337,6 +337,12 @@
/obj/item/weapon/restraints/handcuffs/cable = 1
)
category = CAT_MISC
/datum/crafting_recipe/toysword
name = "Toy Sword"
reqs = list(/obj/item/weapon/light/bulb = 1, /obj/item/stack/cable_coil = 1, /obj/item/stack/sheet/plastic = 4)
result = /obj/item/toy/sword
category = CAT_MISC
/datum/crafting_recipe/chemical_payload
name = "Chemical Payload (C4)"

View File

@@ -298,6 +298,9 @@
amount_per_transfer_from_this = 10
origin_tech = null
/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/empty
list_reagents = list()
/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large
desc = "A fresh commercial-sized bottle of water."
icon_state = "largebottle"
@@ -306,6 +309,9 @@
volume = 100
amount_per_transfer_from_this = 20
/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large/empty
list_reagents = list()