Fix debraining a severed head

This commit is contained in:
Markolie
2015-03-03 19:52:10 +01:00
parent d727b93cc0
commit a4ab62de58
2 changed files with 5 additions and 2 deletions
@@ -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