mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #9724 from Novacat/nova-basicfixes
Earlyports Polaris Fixes
This commit is contained in:
committed by
Chompstation Bot
parent
e7ca4001ac
commit
15f5770983
@@ -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