Skip to content

Commit

Permalink
Fixes antag token coin being invisible (#10868)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miliviu authored Jun 17, 2024
1 parent bf229b7 commit 3e98448
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/coins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
/obj/item/coin/antagtoken
name = "antag token"
desc = "A novelty coin that helps the heart know what hard evidence cannot prove."
icon_state = "coin_valid_valid"
icon_state = "coin_valid"
custom_materials = list(/datum/material/plastic = 400)
sideslist = list("valid", "salad")
material_flags = NONE
Expand Down
Binary file modified icons/obj/economy.dmi
Binary file not shown.

0 comments on commit 3e98448

Please sign in to comment.