* Adds a Grey Plushie
Adds a grey plushie to the game, putting it as a loadout option, and adding a new sprite.
* Adds water interaction
Adds a water_act to the plushie. The plushie will now changed to "grey_singed" when touching water.
Upon touching water the plushie will scream and go "AAAAAH!" which then puts all text and audio interactions onto a 300 cooldown.
The plushie can also be hugged to make it go "Ow..." if its icon is set to singed. This is on the same cooldown as vox screams.
* Minor fixes
Fixes minor syntax and redundancy problem in the code.
* Updated sprite
Adds new sprites for grey_plushie and grey_singed.
* Converts Cooldown and spawn system to timer.
Changes the cooldown and spawn system to a timer and callback system.
* Update code/game/objects/items/toys.dm
Adds early return.
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
* Update code/game/objects/items/toys.dm
Simplifies code, corrects mistakes.
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
* Complicated
-Splits the cooldown variable and proc into two, one for hugging one for screaming.
-Adds more BOOLEAN
-Properly implements Timer and Callback system.
-Adds early returns.
* Revert "Complicated"
reverts dme changes.
* Adds an if statement
Adds an if statement so that the server is not setting the icon and description every time the plushie gets wet.
* Minor correction
Fixes the order of the if statement and changes its type.
* Reverts test change
Last commit had testing changes I failed to revert before pushing.
* Changes the sprite.
-New, smaller icons.
-Slightly heavier shading.
(Can be undone and edited further, I still have the other sprites)
* Another sprite update
-I learned to use HSL.
* Small bugfix
Last code update I wrapped the screaming proc into the "don't set the icon and description if it's already singed" by accident. Swapping them around fixed it, and it will now be able to yell from water every 30 seconds again.
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
* `display_name` -> Typepaths V1
* Loadout display name capitalisation
#15857
* Review 1, plus json fixes
* (Hopefully) final tweaks
* Styling nitpicks
* Extra tweaks because why not
It never caused a runtime, but the `?.` is just in case.
* Deconflicting
* Warning comment
* Whoops
Typing faster than my brain
Mouse ears were originally the vanity/flair item made for me that somehow made their way into the autodrobe, then out of the autodrobe and into donator items. I'd like to reclaim my vanity item, and thus remove it from donor availability.
* yeets the internals from status panel
* adds pressure reading to the tank inspect text
* Adds a pref toggle
* numbers are hard
* catchup with master
* Revert "catchup with master"
This reverts commit bb972cb110.