Plushie Fixes & Additions (#17258)

* tinytin plush

* missing var

* Fixes plushie speech. Plushies now speak to you. Cutely.

qol: Goes through and gives plushies speech bubbles pertaining to what they are.
fix: Fixes it so plushies now properly speak.
qol: Makes it so any interaction with plushies will play their phrase, NOT just disarm-intenting them (This was never made clear that disarm intent makes them speak.)
code: Gets rid of a few non-existent base paths by converting one of the paths into the base one. (plushy/therapy & plushies/squid)
fix: Fixes the toaster from having the sus plushie sound.
code: Changed some timers that were calling a proc that just set a var to false. Instead, we now use a varset_callback timer there.

* we are not the danger

* No name stealing.

* comment

---------

Co-authored-by: Willburd <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-03-10 01:58:04 -04:00
committed by GitHub
parent 7c2b3524a5
commit 34c7fc761e
9 changed files with 153 additions and 74 deletions
+4 -2
View File
@@ -230,7 +230,9 @@ var/global/list/datum/supply_drop_loot/supply_drop
/obj/item/toy/katana,
/obj/item/toy/katana,
/obj/item/inflatable_duck,
/obj/item/inflatable_duck)
/obj/item/inflatable_duck,
/obj/item/toy/plushie/tinytin,
/obj/item/toy/plushie/tinytin_sec)
/datum/supply_drop_loot/christmas
name = "Surplus Christmas Supplies"
@@ -320,4 +322,4 @@ var/global/list/datum/supply_drop_loot/supply_drop
/obj/item/reagent_containers/glass/bottle/inaprovaline,
/obj/item/reagent_containers/glass/bottle/inaprovaline,
/obj/item/storage/box/syringes,
/obj/item/storage/box/autoinjectors)
/obj/item/storage/box/autoinjectors)