code/modules/basketball/controller.dm
BASKETBALL_MIN_PLAYER_COUNT | how many people can play basketball without issues (running out of spawns, procs not expecting more than this amount of people, etc) |
---|---|
/datum/basketball_controller | The basketball controller handles the basketball minigame in progress. It is first created when the first ghost signs up to play. |
/proc/create_basketball_game | Creates the global datum for playing basketball games, destroys the last if that's required and returns the new. |
Define Details
BASKETBALL_MIN_PLAYER_COUNT
how many people can play basketball without issues (running out of spawns, procs not expecting more than this amount of people, etc)