Fixes the weird inertia behavior of cuffed/dragged people in space.

This commit is contained in:
Zuhayr
2013-08-11 23:52:46 -07:00
parent 7e00df0a56
commit 29ad858ed4
+5
View File
@@ -607,6 +607,11 @@ var/list/slot_equipment_priority = list( \
src.pulling = AM
AM.pulledby = src
//Attempted fix for people flying away through space when cuffed and dragged.
if(ismob(AM))
var/mob/pulled = AM
pulled.inertia_dir = 0
/mob/proc/can_use_hands()
return