Fix for unpinning humans.

This commit is contained in:
Segrain
2014-02-14 12:07:30 +01:00
committed by alex-gh
parent 0b7e70a293
commit dd1f5f1546
-1
View File
@@ -1188,7 +1188,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)