Merge pull request #3478 from Zuhayr/master

Fixes the weird inertia behavior of cuffed/dragged people in space.
This commit is contained in:
Mloc
2013-08-11 06:55:22 -07:00
+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