mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Organ fixes
### Current Changes - Removes the rejecting verb from organs, I forgot to remove this along with organ rejection. - Fixes droplimb runtime. - As a result, brute damage goring and burn ashing DESTROYS whatever limb was dismembered. They didn't do so before due to the runtime. - Fixes another runtime in organ_external.dm - Makes it so you can actually clone brain transplantees. - Makes it so you can actually rejuvenate brain transplantees. ### Todo - [ ] Make slime person braincores able to be placed in humanized monkeys again. - [ ] Probably fix some other stuff.
This commit is contained in:
@@ -67,7 +67,9 @@
|
||||
|
||||
if(target.key)
|
||||
target.ghostize()
|
||||
|
||||
var/mob/living/carbon/C = target
|
||||
if(istype(C))
|
||||
C.brain_op_stage = 1.0
|
||||
if(brainmob)
|
||||
if(brainmob.mind)
|
||||
brainmob.mind.transfer_to(target)
|
||||
|
||||
Reference in New Issue
Block a user