Merge pull request #8107 from AmatsuDF/chillingbugfix

Fixes a difference between /tg/ and Citadel that made extracts uninje…
This commit is contained in:
kevinz000
2019-03-14 04:13:54 -07:00
committed by GitHub
@@ -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))