mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Make round tuit spawns rarer, more varied, pocketable. (#32093)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
/obj/item/seeds,
|
||||
/obj/item/stack/medical,
|
||||
/obj/item/toy/crayon,
|
||||
/obj/item/toy/round_tuit,
|
||||
/obj/item/coin,
|
||||
/obj/item/food/candy/chocolate_coin,
|
||||
/obj/item/food/candy/coin,
|
||||
@@ -112,6 +113,7 @@
|
||||
/obj/item/stack/spacecash/c100)
|
||||
var/coin = pickweight(list(/obj/item/coin/iron = 3,
|
||||
/obj/item/coin/silver = 2,
|
||||
/obj/item/toy/round_tuit = 1,
|
||||
/obj/item/coin/gold = 1))
|
||||
|
||||
new cash(src)
|
||||
|
||||
Reference in New Issue
Block a user