Adds the lazy synth plush (#3936)

## About The Pull Request

Just another neat silly synth plush.

## Why It's Good For The Game

Synths need more of a representation in plushies, time to fill that
hole.

## Proof Of Testing

<details>
<summary>Screenshots/Videos</summary>


![image](https://github.com/user-attachments/assets/328481d2-81e3-4737-8189-df28d7065889)

</details>

## Changelog
🆑
add: The marketable lazy synth plush is now available
/🆑
This commit is contained in:
Waterpig
2025-06-01 03:44:19 -04:00
committed by GitHub
parent 5c5094cdc3
commit 7cb242e8ea
5 changed files with 20 additions and 7 deletions
@@ -1,5 +0,0 @@
/obj/item/toy/plush/moth/lovers
name = "lovers moth plushie"
desc = "An adorable mothperson plushie. It's a lovely bug!"
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "moffplush_lovers"
@@ -284,7 +284,7 @@
)
/obj/item/toy/plush/mothroach_plush
name = "Mothroach Plush"
name = "mothroach plush"
desc = "A plushie featuring the likeness everyone's favorite genetic freak-turned station pet. Do not soak it in milk and throw it against a wall."
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "mothroach"
@@ -292,3 +292,18 @@
attack_verb_simple = list("mothroach", "moth", "roach")
gender = MALE
squeak_override = list( 'sound/mobs/humanoids/moth/scream_moth.ogg' = 1, )
/obj/item/toy/plush/moth/lovers
name = "lovers moth plushie"
desc = "An adorable mothperson plushie. It's a lovely bug!"
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "moffplush_lovers"
/obj/item/toy/plush/lazy_synth
name = "lazy synth plush"
desc = "A soft plush of an extremely lazy synth. Might be found loafing in random places."
attack_verb_continuous = list("squishes")
attack_verb_simple = list("squish")
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "lazy_synth"
squeak_override = list('modular_zubbers/sound/misc/squeakle.ogg' = 1)
@@ -98,3 +98,7 @@
/datum/loadout_item/toys/mothroach_plush
name = "Mothroach Plush"
item_path = /obj/item/toy/plush/mothroach_plush
/datum/loadout_item/toys/lazy_synth
name = "Lazy Synth Plush"
item_path = /obj/item/toy/plush/lazy_synth
Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 57 KiB

-1
View File
@@ -9017,7 +9017,6 @@
#include "modular_zubbers\code\game\objects\effects\decals\blood.dm"
#include "modular_zubbers\code\game\objects\effects\decals\cleanable.dm"
#include "modular_zubbers\code\game\objects\effects\effects_system\effect_sparks.dm"
#include "modular_zubbers\code\game\objects\effects\items\plushes.dm"
#include "modular_zubbers\code\game\objects\effects\spawners\random\armory.dm"
#include "modular_zubbers\code\game\objects\effects\spawners\random\moonstation_random.dm"
#include "modular_zubbers\code\game\objects\effects\spawners\random\vending.dm"