Adding plushies

Yes, plushies
This commit is contained in:
Nasumy
2022-07-09 21:39:43 -04:00
parent ccd3921758
commit 0558b663f1
3 changed files with 21 additions and 1 deletions

View File

@@ -722,6 +722,14 @@ GLOBAL_LIST_INIT(valid_plushie_paths, valid_plushie_paths())
attack_verb = list("beeped", "booped", "pinged")
squeak_override = list('sound/machines/beep.ogg' = 1)
/obj/item/toy/plush/
name = "Chaotic toaster"
desc = "You arent sure if this plushie want a hug, or harvest your organs, or both"
icon_state = "chaotic_toaster"
item_state = "chaotic_toaster"
attack_verb = list("beeped", "booped", "pinged")
squeak_override = list('sound/machines/beep.ogg' = 1)
/obj/item/toy/plush/borgplushie/medihound
name = "medihound plushie"
icon_state = "medihound"
@@ -745,6 +753,18 @@ GLOBAL_LIST_INIT(valid_plushie_paths, valid_plushie_paths())
attack_verb = list("hacked", "detonated", "overloaded")
squeak_override = list('sound/machines/beep.ogg' = 9, 'sound/machines/buzz-two.ogg' = 1)
/obj/item/toy/plush/Synth
name = "Synth plushie"
desc = "An adorable stuffed toy that resembles a very happy synth."
icon_state = "plushie_synth"
item_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_state = "plushie_mal0"
item_state = "plushie_mal0"
/obj/item/toy/plush/snakeplushie
name = "snake plushie"
desc = "An adorable stuffed toy that resembles a snake. Not to be mistaken for the real thing."

View File

@@ -8,4 +8,4 @@
# NOTE: syntax was changed to allow hyphenation of ranknames, since spaces are stripped. #
###############################################################################################
yourckeygoeshere = Host
yourckeygoeshere = Host

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB