Rigsuit Fix: Put in hands instead of dropping to floor (if possible)

This commit is contained in:
Tigercat2000
2015-10-08 11:22:19 -07:00
parent 545c38a79b
commit 7c5d943c92
+1 -2
View File
@@ -574,8 +574,7 @@
if(!do_after(M, seal_delay, target = M))
if(M && M.back == src)
M.back = null
M.unEquip(src)
src.forceMove(get_turf(src))
M.put_in_hands(src)
return
if(istype(M) && M.back == src)