mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
fix diona xenoarch organ init (#17460)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user