Skip to content

Commit

Permalink
zgqfhghqerhg
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Feb 15, 2024
1 parent 0e7bfa8 commit ea4f8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ GLOBAL_LIST_INIT(armor_paints_heavy, list("padded" = "H1", "padless" = "H2", "pa
..()

modes_light = new()
for(var/C in GLOB.armor_paints)
for(var/C in GLOB.armor_paints_light)
modes_light += "[C]"
mode = pick(modes_light)

Expand Down

0 comments on commit ea4f8e7

Please sign in to comment.