Skip to content

Commit

Permalink
Update bedsheet_bin.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettiTerrible committed Nov 8, 2024
1 parent 368caf5 commit f173b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/structures/bedsheet_bin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,13 @@ LINEN BINS
sheets.Add(I)
amount++
to_chat(user, "<span class='notice'>You put [I] in [src].</span>")
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, "<span class='notice'>You hide [I] among the sheets.</span>")
update_icon()

/obj/structure/bedsheetbin/attack_hand(mob/user as mob)
if(amount >= 1)
Expand Down

0 comments on commit f173b02

Please sign in to comment.