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 committed Apr 25, 2024
1 parent 5caa7ce commit 3f3a1ad
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 @@ -528,7 +528,7 @@
"Bordeaux" = "11",
"Black" = "12",
)
var/selected_color = tgui_input_list(usr, "Select a color.", "Color choice", possible_colors)
var/selected_color = tgui_input_list(user, "Select a color.", "Color choice", possible_colors)

if (!selected_color)
selected_color = ""
Expand Down

0 comments on commit 3f3a1ad

Please sign in to comment.