mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Merge pull request #4090 from alex-gh/head_reattachment_runtime_fix
Fixed runtime when reattaching a mindless head.
This commit is contained in:
@@ -177,7 +177,8 @@
|
||||
target.updatehealth()
|
||||
target.UpdateDamageIcon()
|
||||
var/obj/item/weapon/organ/head/B = tool
|
||||
B.brainmob.mind.transfer_to(target)
|
||||
if (B.brainmob.mind)
|
||||
B.brainmob.mind.transfer_to(target)
|
||||
del(B)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user