[MIRROR] fix diona xenoarch organ init (#10565)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-31 08:49:00 -07:00
committed by GitHub
parent 46fc30e83e
commit 6b24d0d65e

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()