diff --git a/code/game/objects/items/weapons/implants/implantcase.dm b/code/game/objects/items/weapons/implants/implantcase.dm index ad53a49d084..df7ecdceb6d 100644 --- a/code/game/objects/items/weapons/implants/implantcase.dm +++ b/code/game/objects/items/weapons/implants/implantcase.dm @@ -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