ticker

Vars | |
anonymousnames | If set to an anonymous theme datum then people spawn with said themed anon name (see anonymousnames.dm) |
---|---|
emergency_reason | Why an emergency shuttle was called |
hearts | People who have been commended and will receive a heart |
triai | Boolean to see if the game needs to set up a triumvirate ai (see tripAI.dm) |
Procs | |
HandleRandomHardcoreScore | Handles random hardcore point rewarding if it applies. |
antag_report | gotta escape nerd |
declare_completion | no score no glory |
handle_hearts | Once the round is actually over, cycle through the ckeys in the hearts list and give them the hearted status |
hardcore_random_report | Generate a report for all players who made it out alive with a hardcore random character and prints their final score |
is_mode | Returns if either the master mode or the forced secret ruleset matches the mode name. |
log_roundend_report | Log the round-end report as an HTML file |
market_report | Generate a report for how much money is on station, as well as the richest crewmember on the station. |
medal_report | This is the richest account on station at roundend. This is the station's total wealth at the end of the round. How many players joined the round. |
poll_hearts | Called when the shuttle starts launching back to centcom, polls a few random players who joined the round for commendations |
Var Details
anonymousnames

If set to an anonymous theme datum then people spawn with said themed anon name (see anonymousnames.dm)
emergency_reason

Why an emergency shuttle was called
hearts

People who have been commended and will receive a heart
triai

Boolean to see if the game needs to set up a triumvirate ai (see tripAI.dm)
Proc Details
HandleRandomHardcoreScore
Handles random hardcore point rewarding if it applies.
antag_report
gotta escape nerd
declare_completion
no score no glory
handle_hearts
Once the round is actually over, cycle through the ckeys in the hearts list and give them the hearted status
hardcore_random_report
Generate a report for all players who made it out alive with a hardcore random character and prints their final score
is_mode
Returns if either the master mode or the forced secret ruleset matches the mode name.
log_roundend_report
Log the round-end report as an HTML file
Composits the roundend report, and saves it in two locations. The report is first saved along with the round's logs Then, the report is copied to a fixed directory specifically for housing the server's last roundend report. In this location, the file will be overwritten at the end of each shift.
market_report
Generate a report for how much money is on station, as well as the richest crewmember on the station.
medal_report
This is the richest account on station at roundend. This is the station's total wealth at the end of the round. How many players joined the round.
poll_hearts
Called when the shuttle starts launching back to centcom, polls a few random players who joined the round for commendations