mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
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:
@@ -753,7 +753,6 @@
|
||||
/obj/item/toy/plushie/tabby_cat,
|
||||
/obj/item/toy/plushie/tuxedo_cat,
|
||||
/obj/item/toy/plushie/white_cat,
|
||||
//VOREStation Add Start
|
||||
/obj/item/toy/plushie/lizardplushie,
|
||||
/obj/item/toy/plushie/lizardplushie/kobold,
|
||||
/obj/item/toy/plushie/lizardplushie/resh,
|
||||
@@ -767,6 +766,8 @@
|
||||
/obj/item/toy/plushie/otter,
|
||||
/obj/item/toy/plushie/vox,
|
||||
/obj/item/toy/plushie/shark,
|
||||
/obj/item/toy/plushie/tinytin,
|
||||
/obj/item/toy/plushie/tinytin_sec,
|
||||
pick(list(/obj/item/toy/plushie/borgplushie/drake/sec,
|
||||
/obj/item/toy/plushie/borgplushie/drake/med,
|
||||
/obj/item/toy/plushie/borgplushie/drake/sci,
|
||||
@@ -774,7 +775,6 @@
|
||||
/obj/item/toy/plushie/borgplushie/drake/eng,
|
||||
/obj/item/toy/plushie/borgplushie/drake/mine,
|
||||
/obj/item/toy/plushie/borgplushie/drake/trauma)))
|
||||
//VOREStation Add End
|
||||
|
||||
/obj/random/plushielarge
|
||||
name = "random large plushie"
|
||||
@@ -796,7 +796,7 @@
|
||||
|
||||
/obj/random/toy/item_to_spawn()
|
||||
return pick(/obj/item/toy/bosunwhistle,
|
||||
/obj/item/toy/plushie/therapy/red,
|
||||
/obj/item/toy/plushie/therapy,
|
||||
/obj/item/toy/plushie/therapy/purple,
|
||||
/obj/item/toy/plushie/therapy/blue,
|
||||
/obj/item/toy/plushie/therapy/yellow,
|
||||
|
||||
Reference in New Issue
Block a user