Fixes a difference between /tg/ and Citadel that made extracts uninjectable.

This commit is contained in:
Amatsu Darkfyre
2019-03-10 23:54:45 -04:00
parent 8625d1cad5
commit aedadb30a5
@@ -7,11 +7,12 @@ Chilling extracts:
name = "chilling extract"
desc = "It's cold to the touch, as if frozen solid."
effect = "chilling"
container_type = INJECTABLE | DRAWABLE
icon_state = "chilling"
/obj/item/slimecross/chilling/Initialize()
. = ..()
create_reagents(10, INJECTABLE | DRAWABLE)
create_reagents(10)
/obj/item/slimecross/chilling/attack_self(mob/user)
if(!reagents.has_reagent("plasma",10))