Skip to content

Commit

Permalink
Update code/game/objects/structures/dresser.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Antoonij <[email protected]>
  • Loading branch information
dageavtobusnick and Antoonij authored Dec 28, 2024
1 parent ec7b763 commit 368b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/dresser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
var/datum/sprite_accessory/undershirt/ushirt = GLOB.undershirt_list[new_undershirt]
if(ushirt.allow_change_color)
var/new_undershirt_color = tgui_input_color(user, "Choose your undershirt color, else color will be white:", "Changing", "#ffffff")
H.color_undershirt = isnull(new_undershirt_color )? "#ffffff" : new_undershirt_color
H.color_undershirt = isnull(new_undershirt_color) ? "#ffffff" : new_undershirt_color
H.undershirt = new_undershirt

if("Socks")
Expand Down

0 comments on commit 368b1e7

Please sign in to comment.