mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] [bounty code moment] Adds a way to view the 'Server's Last Round' (#2667)
* [bounty code moment] Adds a way to view the 'Server's Last Round' (#55646) * Adds "View Last Server Round Report" option. * [bounty code moment] Adds a way to view the 'Server's Last Round' Co-authored-by: Emmanuel S <mrdoomboyo@gmail.com>
This commit is contained in:
@@ -339,7 +339,14 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")
|
||||
set category = "OOC"
|
||||
set desc = "View the last round end report you've seen"
|
||||
|
||||
SSticker.show_roundend_report(src, TRUE)
|
||||
SSticker.show_roundend_report(src, report_type = PERSONAL_LAST_ROUND)
|
||||
|
||||
/client/proc/show_servers_last_roundend_report()
|
||||
set name = "Server's Last Round"
|
||||
set category = "OOC"
|
||||
set desc = "View the last round end report from this server"
|
||||
|
||||
SSticker.show_roundend_report(src, report_type = SERVER_LAST_ROUND)
|
||||
|
||||
/client/verb/fit_viewport()
|
||||
set name = "Fit Viewport"
|
||||
|
||||
Reference in New Issue
Block a user