Steals SPLURT's donor plushies

Add: SPLURT donor plushie
This commit is contained in:
ReturnToZender
2023-04-13 11:09:53 -05:00
parent 3e885f1e29
commit 9e21a28dd8
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/obj/item/toy/plush/chaotic_toaster
name = "Chaotic toaster"
desc = "You arent sure if this plushie want a hug, or harvest your organs, or both."
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "chaotic_toaster"
attack_verb_simple = list("beeped", "booped", "pinged")
squeak_override = list('sound/machines/beep.ogg' = 1)
/obj/item/toy/plush/Synth
name = "Synth plushie"
desc = "An adorable stuffed toy that resembles a very happy synth."
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "plushie_synth"
/obj/item/toy/plush/mal0
name = "Mal0 plushie"
desc = "An adorable stuffed toy that resembles something you download on your pda."
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "plushie_mal0"
/obj/item/toy/plush/nobl
name = "Nobl plushie"
desc = "It seems to be a small canine, not necessarily latex like you would suspect for some reason, but extremely squishy."
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "nobl_plush"
squeak_override = list('modular_zubbers/sound/misc/dog_toy.ogg' = 1)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

View File

@@ -6696,6 +6696,7 @@
#include "modular_zubbers\code\game\area\areas\station.dm"
#include "modular_zubbers\code\game\objects\effects\landmarks.dm"
#include "modular_zubbers\code\game\objects\effects\items\plushes.dm"
#include "modular_zubbers\code\game\objects\items\plushes.dm"
#include "modular_zubbers\code\game\objects\items\food\misc.dm"
#include "modular_zubbers\code\modules\clothing\head\helmet.dm"
#include "modular_zubbers\code\modules\clothing\outfits\plasmaman.dm"