Display case update, some forceMove updates

This commit is contained in:
Markolie
2015-09-14 20:21:56 +02:00
parent 14e35d52bf
commit 59b78376e9
14 changed files with 148 additions and 78 deletions
+1 -1
View File
@@ -1235,7 +1235,7 @@ mob/proc/yank_out_object()
var/mob/living/carbon/human/human_user = U
human_user.bloody_hands(H)
selection.loc = get_turf(src)
selection.forceMove(get_turf(src))
if(!(U.l_hand && U.r_hand))
U.put_in_hands(selection)