BeeStation/Clover

Status cog support

ike709 opened this issue · 2 comments

Things that the status cog expects but aren't currently reported by world/Topic():

  • active_players | int
  • revision | str
  • revision_date | date
  • admins | int
  • gamestate | int (PART OF ROUND DURATION)
  • security_level | str
  • round_duration | int (HANDLED ENTIRELY DIFFERENTLY)
  • shuttle_mode | str
  • shuttle_timer | str (NAMED DIFFERENTLY (shuttle_time))

#8 updated.

revision_date could likely pull var/global/vcs_revision
revision_date can just tie the BUILD_TIME_* defines.