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