Files
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

9 lines
587 B
Plaintext

#define span_subtle(str) ("<span class='subtle'>" + str + "</span>")
#define span_subtlepda(str) ("<span class='subtlepda'>" + str + "</span>")
#define span_subtler(str) ("<span class='subtler'>" + str + "</span>")
#define span_velvet(str) ("<span class='velvet'>" + str + "</span>")
#define span_velvet_notice(str) ("<span class='velvet_notice'>" + str + "</span>")
#define vote_font(str) ("<span class='vote'>" + str + "</span>")
#define span_vote_notice(str) ("<span class='vote_notice'>" + str + "</span>")
#define span_yellow_flashy(str) ("<span class='glossy'>" + str + "</span>")