Skip to content

Commit

Permalink
Update underwear.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Jul 28, 2024
1 parent a3facf3 commit 305dbdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GLOBAL_LIST_INIT_TYPED(underwear_f, /datum/sprite_accessory/underwear, setup_und
if("snow")
selected_icon_state = "s_" + selected_icon_state
if("urban")
selected_icon_state = "u_" + selected_icon_state
selected_icon_state = "s_" + selected_icon_state
if(gender == PLURAL)
selected_icon_state += mob_gender == MALE ? "_m" : "_f"
return image(icon, selected_icon_state)
Expand Down

0 comments on commit 305dbdb

Please sign in to comment.