Skip to content

Commit

Permalink
Update pins.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyThorne committed Apr 6, 2024
1 parent 3a1fbe6 commit b00d5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/under/accessories/pins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/obj/item/clothing/accessory/pin/pride/Initialize()
. = ..()
for(var/i = 1 to length(prides))
if(findtext(prides, icon_state))
if(findtext(prides[i], icon_state))
pride = i
break

Expand Down

0 comments on commit b00d5e4

Please sign in to comment.