diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index dd79d17c86b..1dac22c89cd 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -199,11 +199,13 @@ LINEN BINS sheets.Add(I) amount++ to_chat(user, "You put [I] in [src].") + update_icon() else if(amount && !hidden && I.w_class < ITEMSIZE_LARGE) //make sure there's sheets to hide it among, make sure nothing else is hidden in there. user.drop_item() I.loc = src hidden = I to_chat(user, "You hide [I] among the sheets.") + update_icon() /obj/structure/bedsheetbin/attack_hand(mob/user as mob) if(amount >= 1)