mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-28 07:06:19 +01:00
Update brain_item.dm
Adding a missing tag to /obj/item/organ/brain missing tag organ_type was preventing replacement surgery for the affected organ from functioning properly. -Example organ: Heart object /obj/item/organ/heart name = "heart" icon_state = "heart-on" prosthetic_name = "circulatory pump" prosthetic_icon = "heart-prosthetic" organ_tag = "heart" fresh = 6 // Juicy. dead_icon = "heart-off" organ_type = /datum/organ/internal/heart
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
prosthetic_name = "cyberbrain"
|
||||
prosthetic_icon = "brain-prosthetic"
|
||||
organ_tag = "brain"
|
||||
|
||||
organ_type = /datum/organ/internal/brain
|
||||
|
||||
var/mob/living/carbon/brain/brainmob = null
|
||||
|
||||
/obj/item/organ/brain/xeno
|
||||
@@ -76,4 +77,4 @@
|
||||
if(brainmob.mind)
|
||||
brainmob.mind.transfer_to(target)
|
||||
else
|
||||
target.key = brainmob.key
|
||||
target.key = brainmob.key
|
||||
|
||||
Reference in New Issue
Block a user