mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fix debraining a severed head
This commit is contained in:
@@ -750,7 +750,8 @@ LOOK FOR SURGERY.DM*/
|
||||
log_attack("<font color='red'>[user.name] ([user.ckey]) debrained [M.name] ([M.ckey]) with [src.name] (INTENT: [uppertext(user.a_intent)])</font>")
|
||||
|
||||
|
||||
var/obj/item/brain/B = new(M.loc)
|
||||
var/obj/item/brain/B = new()
|
||||
M.put_in_hands(B)
|
||||
B.transfer_identity(M)
|
||||
|
||||
M:brain_op_stage = 4.0
|
||||
|
||||
Reference in New Issue
Block a user