diff --git a/code/game/objects/items/weapons/implants/implant_chem.dm b/code/game/objects/items/weapons/implants/implant_chem.dm index 5f0fea79da9..62e1697bc6a 100644 --- a/code/game/objects/items/weapons/implants/implant_chem.dm +++ b/code/game/objects/items/weapons/implants/implant_chem.dm @@ -55,6 +55,7 @@ /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)