Files
Bubberstation/code/modules/mafia
SkyratBot 105770c4ea [MIRROR] [NO GBP] Mafia fixes for some of my mafia mistakes [MDB IGNORE] (#20721)
* [NO GBP] Mafia fixes for some of my mafia mistakes (#74930)

## About The Pull Request

This fixes two issues with previous changes I've made to mafia workings.

The first makes the early start vote counter list properly. I
misunderstood what the FLOOR() macro did so the result would just put
out 0.

The early start vote counter now displays the higher value of either
(players signed up / 2) or (minimum players / 2). Since the minimum
playercount is 6, the it will display X/3 unless there are more than 6
players signed up.

The second change makes sure that check_start_votes() checks the mafia
signup list (as opposed to the early signup votes) to see if there are
enough players to start a game.
## Why It's Good For The Game

Fixes stupid things that I let slip in under the door.
## Changelog
🆑
fix: The mafia early vote counter will now properly display.
/🆑

* [NO GBP] Mafia fixes for some of my mafia mistakes

---------

Co-authored-by: Rhials <Datguy33456@gmail.com>
2023-04-24 02:43:02 +01:00
..