Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce chem smoke logging spam (#6345)
# About the pull request Smoke reactions are now a niche admin log, and somewhat spam reduced by storing the last event in a static var. The reason why I say somewhat is because say two different people spray at the same time the last event will swap between both people each cloud. Now the hour/minute, area, chem, and user are used to create a siganture. # Explain why it's good for the game Chem smoke is now commonly used in rounds so its better to keep information sent to admins more relevant rather than spammed. # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> Second log was after a minute elapsed (which makes the signature unique again) ![image](https://github.com/cmss13-devs/cmss13/assets/76988376/eaac12d5-01ee-4679-9c67-ddc8597409b6) </details> # Changelog :cl: Drathek admin: Logging for chem smoke is now niche logged and less spammy /:cl:
- Loading branch information