The end-round report now shows the name, area, ckey, damage taken, and last words of the first person to die that round (#35582)
* Adds a "first death" feature to the roundend * no clogging up with antag-rollers * fixes red text color * Maintainer review (finally, sorry)
This commit is contained in:
committed by
CitadelStationBot
parent
fef23bd7cc
commit
7496feb40f
@@ -32,6 +32,8 @@ SUBSYSTEM_DEF(ticker)
|
||||
SCRIPTURE_SCRIPT = FALSE, \
|
||||
SCRIPTURE_APPLICATION = FALSE) //list of clockcult scripture states for announcements
|
||||
|
||||
var/list/first_death = list() //contains info about the first player to die; ckey, name, location, and last words
|
||||
|
||||
var/delay_end = 0 //if set true, the round will not restart on it's own
|
||||
var/admin_delay_notice = "" //a message to display to anyone who tries to restart the world after a delay
|
||||
var/ready_for_reboot = FALSE //all roundend preparation done with, all that's left is reboot
|
||||
|
||||
Reference in New Issue
Block a user