mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Earlyports Polaris Fixes
This commit is contained in:
@@ -137,7 +137,8 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
|
||||
|
||||
var/obj/item/organ/internal/brain/B = src
|
||||
if(istype(B) && owner)
|
||||
B.transfer_identity(owner)
|
||||
if(istype(owner, /mob/living/carbon))
|
||||
B.transfer_identity(owner)
|
||||
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user