Adds to implantcase.dm instead.

This commit is contained in:
Mitchell
2018-11-08 23:19:35 -06:00
parent 8a39134e53
commit 8f4a7890c9
2 changed files with 1 additions and 1 deletions
@@ -55,7 +55,6 @@
/obj/item/implantcase/chem
name = "implant case - 'Remote Chemical'"
desc = "A glass case containing a remote chemical implant."
container_type = OPENCONTAINER | INJECTABLE | DRAWABLE
/obj/item/implantcase/chem/New()
imp = new /obj/item/implant/chem(src)
@@ -8,6 +8,7 @@
throw_range = 5
w_class = WEIGHT_CLASS_TINY
origin_tech = "materials=1;biotech=2"
container_type = OPENCONTAINER | INJECTABLE | DRAWABLE
materials = list(MAT_GLASS=500)
var/obj/item/implant/imp = null