mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
this shit dosen't even compile yet...
This commit is contained in:
@@ -28,9 +28,11 @@
|
||||
if("gib_brain")
|
||||
if(ishuman(target))
|
||||
var/mob/living/carbon/C = target
|
||||
if(C.brain_op_stage != 4) // Their brain is already taken out
|
||||
var/obj/item/organ/brain/B = new(C.loc)
|
||||
var/obj/item/organ/internal/brain/B = C_target.get_int_organ(/obj/item/organ/internal/brain)//do we has brains?
|
||||
if(B)
|
||||
B.loc = get_turf(C_target)
|
||||
B.transfer_identity(C)
|
||||
C_target.internal_organs -= B
|
||||
target.gib()
|
||||
if("disintegrate")
|
||||
target.dust()
|
||||
|
||||
Reference in New Issue
Block a user