Fix for unpinning humans.

This commit is contained in:
Segrain
2014-02-10 01:38:32 +03:00
parent cba6dac062
commit 26f40359fc

View File

@@ -974,7 +974,6 @@ mob/proc/yank_out_object()
var/datum/wound/internal_bleeding/I = new (15)
affected.wounds += I
H.custom_pain("Something tears wetly in your [affected] as [selection] is pulled free!", 1)
return 1
selection.loc = get_turf(src)