fake coins and coin/mint refactors (#17218)

* fake coins and fake coin accessories

* coin and mint refactors

* coin and mint refactors
This commit is contained in:
Killian
2025-03-06 21:54:13 +00:00
committed by GitHub
parent e439e1debc
commit d39234c734
12 changed files with 248 additions and 38 deletions
+5 -1
View File
@@ -655,12 +655,16 @@
icon_state = "rup"
/obj/random/coin/item_to_spawn()
return pick(prob(5);/obj/item/coin/silver,
return pick(prob(7);/obj/item/coin/copper,
prob(5);/obj/item/coin/silver,
prob(5);/obj/item/coin/steel,
prob(3);/obj/item/coin/iron,
prob(4);/obj/item/coin/gold,
prob(3);/obj/item/coin/titanium,
prob(3);/obj/item/coin/phoron,
prob(1);/obj/item/coin/uranium,
prob(2);/obj/item/coin/platinum,
prob(2);/obj/item/coin/lead,
prob(1);/obj/item/coin/diamond)
//VOREStation Add Start