Skip to content

Commit

Permalink
fixes mythril coins being unrecyclable (#36672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eneocho authored Jun 21, 2024
1 parent 3a44dce commit a588787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/ores_coins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
credits = 1000

/obj/item/weapon/coin/mythril
material="mythril"
material=MAT_MYTHRIL
name = "mythril coin"
desc = "An expensive coin minted long ago from extremely rare, light, non-conductive metal."
icon_state = "coin_mythril"
Expand Down

0 comments on commit a588787

Please sign in to comment.