mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Fixed up organ surgery so it'd reflect organs properly
This will work in spite of the states, so that sticking a human head on an IPC will still let you remove the brain from that useless head, without giving the brain any silly names
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
/obj/item/organ/brain/removed(var/mob/living/user)
|
||||
|
||||
if(!owner) return ..() // Probably a redundant removal; just bail
|
||||
name = "[owner.real_name]'s brain"
|
||||
|
||||
var/mob/living/simple_animal/borer/borer = owner.has_brain_worms()
|
||||
|
||||
@@ -96,8 +95,9 @@
|
||||
..()
|
||||
|
||||
/obj/item/organ/brain/die()
|
||||
if(brainmob)
|
||||
brainmob.death(0)
|
||||
// Brains dying kills the internal consciousness
|
||||
// if(brainmob)
|
||||
// qdel(brainmob) I'll leave this in for my next PR, and so people can yell at me about it
|
||||
..()
|
||||
|
||||
/obj/item/organ/brain/slime
|
||||
|
||||
Reference in New Issue
Block a user