mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
mmi holder init (#17100)
* mmi holder init * who changed that * . * . * . * fixing * . * - * . * add this
This commit is contained in:
@@ -47,9 +47,8 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/organ/internal/mmi_holder/Initialize(mapload, var/internal, var/obj/item/mmi/installed)
|
||||
..(mapload, internal)
|
||||
var/mob/living/carbon/human/dummy/mannequin/M = loc
|
||||
if(istype(M))
|
||||
. = ..(mapload, internal)
|
||||
if(!ishuman(loc) || istype(loc, /mob/living/carbon/human/dummy/mannequin))
|
||||
return
|
||||
if(installed)
|
||||
stored_mmi = installed
|
||||
|
||||
Reference in New Issue
Block a user