mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user