Skip to content

Commit

Permalink
Merge pull request cmss13-devs#46 from chaos-creations/fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
VoiceInYourHead authored Aug 24, 2024
2 parents b45e02c + 9e445d6 commit 0760bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion void-marines/code/admin_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// Changing appear \\
var/new_skin_color = tgui_input_list(src, "Choose your character's skin color:", "Character Preferences", GLOB.skin_color_list)
var/new_skin_color = tgui_input_list(M, "Choose your character's skin color:", "Character Preferences", GLOB.skin_color_list)
if(new_skin_color)
M.skin_color = new_skin_color

Expand Down

0 comments on commit 0760bdb

Please sign in to comment.