Prettier (an auto formatter) is set to only run within the tgui folder
currently. This removes that limitation, allowing it to automatically
format all supported files in the repo (.js, .html, .yml
[etc](https://prettier.io/docs/))
I made a few exceptions for bundled and generated files
I'm of the opinion that code should look uniform and am lazy enough to
want CTRL-S to format files without having to think beyond that
* .json sanitize (#84904)
## About The Pull Request
Made tabs in json files instead of spaces. Also removed space at the end
of words in chef Italian language due to which these words were not
processed.
## Why It's Good For The Game
Reading this files on github is really hard.
* .json sanitize
---------
Co-authored-by: Xackii <120736708+Xackii@users.noreply.github.com>
* Fixed various issues with the genetics powers PR (#84515)
## About The Pull Request
https://github.com/tgstation/tgstation/issues/84509#84557
Removed Trichromatic Larynx per @ mothblocks decision that it looks uggo.
Replaced heckacious laryncks' color and size changes with random
bolding, italics, and underlining.
Stoner has been un-locked and replaces TL in the above's recipe.
Fixed elastic arms users being unable to use abstract items like mending
touch or shock touch.
Fixed mending touch being bad
## Why It's Good For The Game
> Removed Trichromatic Larynx per @ mothblocks decision that it looks
uggo.
They say it looks ugly and bad. It also works like poop. So away it
goes!
> Replaced heckacious laryncks' color and size changes with random
bolding, italics, and underlining.
Removed color, but replaced with something just as neat.
> Stoner has been un-locked and replaces TL in the above's recipe.
No reason to lock it as far as I know.
> Fixed elastic arms users being unable to use abstract items like
mending touch or shock touch.
Bugge
## Changelog
🆑
del: Removed Trichromatic Larynx per @ mothblocks decision that it looks
uggo.
del: Replaced heckacious laryncks' color and size changes with random
bolding, italics, and underlining.
add: Stoner has been un-locked and replaces TL in the above's recipe.
fix: Fixed elastic arms users being unable to use abstract items like
mending touch or shock touch.
fix: Fixed mending touch being bad
/🆑
* Fixed various issues with the genetics powers PR
---------
Co-authored-by: carlarctg <53100513+carlarctg@users.noreply.github.com>