mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 03:32:00 +00:00
Steals SPLURT's donor plushies
Add: SPLURT donor plushie
This commit is contained in:
26
modular_zubbers/code/game/objects/items/plushes.dm
Normal file
26
modular_zubbers/code/game/objects/items/plushes.dm
Normal 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 |
BIN
modular_zubbers/sound/misc/dog_toy.ogg
Normal file
BIN
modular_zubbers/sound/misc/dog_toy.ogg
Normal file
Binary file not shown.
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user