fix diona xenoarch organ init (#17460)

This commit is contained in:
Kashargul
2025-03-31 15:41:20 +02:00
committed by GitHub
parent f254cc5294
commit e24f0635d9
+1 -1
View File
@@ -213,7 +213,7 @@
/obj/item/organ/internal/brain/cephalon/Initialize(mapload)
. = ..()
if(!owner.isSynthetic())
if(!owner?.isSynthetic())
vital = FALSE
/obj/item/organ/internal/brain/cephalon/robotize()