mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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>  </details> ## Changelog 🆑 add: The marketable lazy synth plush is now available /🆑
This commit is contained in:
@@ -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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user