Files
kiwistation/code/_globalvars/game_modes.dm
T
ikarrus 7dc89c0d10 More Detailed End-Round Report
End-Round report will now also declare some round statistics, including
-Round duration
-Station integrity
-Total population
-Survival Rate
-Evacuation Rate
-Command's Approval Rating (During rev only)

Bugfix:
-Ending the round as a brain will no longer report to the player that they have survived
2014-08-29 21:24:30 -06:00

7 lines
358 B
Plaintext

var/going = 1.0 // ticker pregame countdown
var/master_mode = "traitor"//"extended"
var/secret_force_mode = "secret" // if this is anything but "secret", the secret rotation will forceably choose this mode
var/wavesecret = 0 // meteor mode, delays wave progression, terrible name
var/datum/station_state/start_state = null // Used in round-end report