Files
fulpstation/code/__DEFINES/ctf.dm
John Willard 62ef201552 Removes 2 TG edits & TGU (#975)
* 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 commit a0de10e581, reversing
changes made to 69fa3aecfd.

* 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
2023-04-30 11:46:37 -04:00

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)