Make round tuit spawns rarer, more varied, pocketable. (#32093)

This commit is contained in:
Alan
2026-06-24 23:26:52 -04:00
committed by GitHub
parent e184a50c40
commit 1d62aa048e
3 changed files with 11 additions and 10 deletions
@@ -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)
+1
View File
@@ -2062,6 +2062,7 @@
desc = "Tuits are hard to come by, especially the round ones. Guard it with your life."
icon = 'icons/obj/toy.dmi'
icon_state = "round_tuit_wooden"
w_class = WEIGHT_CLASS_TINY
COOLDOWN_DECLARE(toy_message_cooldown)
/obj/item/toy/round_tuit/activate_self(mob/user)