mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Lazy plush update. (#4067)
## About The Pull Request Updates the lazy synth plushie with more attack verbs. Work wanted me to learn github anyway so i thought i'd do a little thing at least. ## Why It's Good For The Game He does more than just squish all over you now. Honestly i wanted to make him have a chance to pop out an egg when squeezed, but thats a bit too complex for me stilll, pretty sure i lost a few cells trying to understand the cooldown system, so its only a few more attack verbs for now. ## Proof Of Testing <details> <summary>Screenshots/Videos</summary>   </details> ## Changelog 🆑 add: More attack verbs to the lazy synth plushie /🆑
This commit is contained in:
@@ -302,8 +302,8 @@
|
||||
/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")
|
||||
attack_verb_continuous = list("squishes", "loafs on", "sleeps on", "eggs")
|
||||
attack_verb_simple = list("squish", "loaf on", "sleep on", "egg")
|
||||
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
|
||||
icon_state = "lazy_synth"
|
||||
squeak_override = list('modular_zubbers/sound/misc/squeakle.ogg' = 1)
|
||||
|
||||
Reference in New Issue
Block a user