mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
fix to fix to fix (#19301)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user