From 8751f838398a39f86812600972f40fbd05eb6483 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 2 Jul 2016 20:13:57 -0300 Subject: [PATCH] Proper drop for shoes when hands are full --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index b19e001fcf7..e67278d5170 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -257,8 +257,8 @@ BLIND // can't see anything return if(!user.put_in_hands(held_item)) user << "You fumble for [held_item] and it falls on the floor." - return 1 held_item = null + return user.visible_message("[user] draws [held_item] from their shoes!", "You draw [held_item] from [src].") held_item = null