Files
Bubberstation/code/__HELPERS/logging/dynamic.dm
LT3 30bd96e37e Ranked Choice Voting (#4166)
## About The Pull Request

Implements ranked choice voting for storyteller and map vote

## Why It's Good For The Game

I can close the secret storyteller PR

## Changelog

🆑 LT3
qol: Ranked choice voting is now available for storyteller and map votes
/🆑
2025-07-02 17:14:40 -06:00

5 lines
198 B
Plaintext

/// Logging for dynamic procs
/proc/log_dynamic(text, list/data)
//logger.Log(LOG_CATEGORY_DYNAMIC, text, data)
logger.Log(LOG_CATEGORY_DYNAMIC, text) // BUBBER EDIT CHANGE - Ranked Choice Voting