Silver slime extract foods now fry correctly (#33309)

* Silver slime extract foods now fry correctly

The invocation to create fried food wasn't correct, and was ending up
creating fried food that had the default name and description.

- Also adds a "syringe/plasma" type, because it's annoying having to
spawn in plasma sheets and grind them and then put them into a syringe,
if you want to test slime spawning stuff.

* Contains
This commit is contained in:
coiax
2017-12-10 23:41:59 +00:00
committed by CitadelStationBot
parent 85578cae0d
commit 6846e87ae2
2 changed files with 9 additions and 5 deletions
@@ -207,6 +207,11 @@
desc = "Contains calomel."
list_reagents = list("calomel" = 15)
/obj/item/reagent_containers/syringe/plasma
name = "syringe (plasma)"
desc = "Contains plasma."
list_reagents = list("plasma" = 15)
/obj/item/reagent_containers/syringe/lethal
name = "lethal injection syringe"
desc = "A syringe used for lethal injections. It can hold up to 50 units."