Skip to content

Commit

Permalink
Aliens: Colonial Marines
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 16, 2024
1 parent a8881c3 commit 1225dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
if(savefile_version < 27)
var/old_pref_armor
S["preferred_armor"] >> old_pref_armor
if((!old_pref_armor in GLOB.armor_style_list))
if(!(old_pref_armor in GLOB.armor_style_list))
preferred_armor = "Random"
S["preferred_armor"] << preferred_armor

Expand Down

0 comments on commit 1225dd7

Please sign in to comment.