mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
* deletes our yarn and moves fulp edit to a proper fulp edit * tgu * retgu * reasonable fixes to maps * fixes to pubby & selene * test commit * Update tgstation.dme * FUCK YOU SELENE * Revert "Merge branch 'tgui-thing' of https://github.com/JohnFulpWillard/fulpstation into tgui-thing" This reverts commita0de10e581, reversing changes made to69fa3aecfd. * Fixes the rest of fulp map issues * Fulp edits * Update PubbyStation.dmm * Update Heliostation.dmm * Last fixes * fix selene double APC * removes a telecomms hub from bridge * adds ranged oven to all maps * Ordnance data disk (from a previous TGU) * consoles too * revert readme & prison ovens
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
/// The number of voters required for CTF to enable
|
|
#define CTF_REQUIRED_PLAYERS 4
|
|
|
|
/// The game ID for normal ghost CTF
|
|
#define CTF_GHOST_CTF_GAME_ID "centcom"
|
|
|
|
/// The game ID used by the medieval simulator shuttle.
|
|
#define CTF_MEDISIM_CTF_GAME_ID "medisim"
|
|
|
|
/// A list containing all loaded CTF games
|
|
GLOBAL_LIST_EMPTY(ctf_games)
|