Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a bunch of unnecessary periods from photo descriptions contain…
…ing living entities. (tgstation#83564) ## About The Pull Request Looking at a picture I noticed the description was a bit off, so I did some testing: ![image](https://github.com/tgstation/tgstation/assets/42909981/828664eb-d619-4000-8fcf-a847b8746556) Lo and behold, wow it really does just slap periods on everywhere huh? So I just went through the code for getting mob photo descriptions and shuffled around where and when the periods are placed til it no longer did that: ![image](https://github.com/tgstation/tgstation/assets/42909981/ed926ea6-5d4e-42d7-ab49-a9c6fd517bb1) Also replaced a single letter variable while I was at it. ### EDIT: Also added newlines between them, for good measure. ![image](https://github.com/tgstation/tgstation/assets/42909981/814b778b-6aac-4e9a-be90-8a2ed78fed08) ## Why It's Good For The Game Think it's better for there to not be excess periods. .. ### EDIT: The added newlines also make it, well, more readable. ## Changelog :cl: spellcheck: Photo descriptions containing living entities no longer have a pile of unnecessary periods. .. Which they used to have between describing different entities. .. Also removed that additional space they had too sometimes.. qol: Photo descriptions containing living entities have these sub-descriptions split into newlines for ease of reading. /:cl:
- Loading branch information