7dc89c0d10
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
7 lines
358 B
Plaintext
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
|