Refactors container_type into reagents.flags

This commit is contained in:
Jack Edge
2018-12-18 13:47:11 +00:00
parent 23dcd989dc
commit 054647c382
54 changed files with 109 additions and 168 deletions
@@ -2,7 +2,6 @@
name = "chem implant"
desc = "Injects things."
icon_state = "reagents"
container_type = OPENCONTAINER
activated = FALSE
/obj/item/implant/chem/get_data()
@@ -23,7 +22,7 @@
/obj/item/implant/chem/Initialize()
. = ..()
create_reagents(50)
create_reagents(50, OPENCONTAINER)
GLOB.tracked_chem_implants += src
/obj/item/implant/chem/Destroy()