the fix to the fix to the fix

This commit is contained in:
Contrabang
2022-10-05 21:31:45 -04:00
parent c309d3d467
commit a96fe98781
@@ -12,10 +12,12 @@
materials = list(MAT_GLASS = 500)
var/obj/item/implant/imp
var/implant_type = /obj/item/implant
var/obj/item/implant/implant_type
/obj/item/implantcase/Initialize(mapload)
. = ..()
if(!implant_type)
return
imp = new implant_type(src)
update_state()