Skip to content

Commit

Permalink
Update code/game/objects/items/storage/firstaid.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Git-Nivrak and Drulikar authored Apr 25, 2024
1 parent 1b67141 commit a0ba479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/firstaid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
selected_color = possible_colors[selected_color]

icon_state = "pill_canister" + selected_color
to_chat(usr, SPAN_NOTICE("You color [src]."))
to_chat(user, SPAN_NOTICE("You color [src]."))
update_icon()

/obj/item/storage/pill_bottle/verb/set_maptext()
Expand Down

0 comments on commit a0ba479

Please sign in to comment.