mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
Adding plushies
Yes, plushies
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user