mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* Post-revs win now ends the shift. * Update revolution.dm --------- Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk> Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>
15 lines
402 B
Plaintext
15 lines
402 B
Plaintext
/// Rev deconverted because the station won.
|
|
#define DECONVERTER_STATION_WIN "gamemode_station_win"
|
|
|
|
/// Rev deconverted via borging.
|
|
#define DECONVERTER_BORGED "rev_removed_by_borging"
|
|
|
|
/// How often to check for promoting up new revheads.
|
|
#define HEAD_UPDATE_PERIOD 300
|
|
|
|
/// Revs won the revolution.
|
|
#define REVOLUTION_VICTORY 1
|
|
|
|
/// The heads of staff beat the revolution.
|
|
#define STATION_VICTORY 2
|