Merge pull request #164 from Bubberstation/Steals-plushies

Steals SPLURT's donor plushies
This commit is contained in:
Cyprex
2023-05-06 16:52:31 +02:00
committed by GitHub
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

@@ -6701,6 +6701,7 @@
#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\holy_weapons.dm"
#include "modular_zubbers\code\game\objects\items\plushes.dm"
#include "modular_zubbers\code\game\objects\items\reshirevolver.dm"
#include "modular_zubbers\code\game\objects\items\food\misc.dm"
#include "modular_zubbers\code\modules\_defines.dm"