fix to fix to fix (#19301)

This commit is contained in:
Contrabang
2022-10-07 13:52:44 +02:00
committed by GitHub
parent e4bfa0e2f7
commit cfd30f5c6a
@@ -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()