mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Previous round ruleset info in the check antagonists panel (#29750)
* Previous round ruleset info in the check antagonists panel * forgot * inital
This commit is contained in:
@@ -27,5 +27,15 @@
|
||||
else
|
||||
dat += "<i>No orphaned roles are currently active.</i>"
|
||||
|
||||
var/datum/gamemode/dynamic/dynamic_mode = ticker.mode
|
||||
|
||||
if (dynamic_mode?.last_round_executed_rules.len)
|
||||
dat += "<h3><b>Last executed rulesets</b></h3>"
|
||||
dat += "<br/>"
|
||||
for (var/type in dynamic_mode.last_round_executed_rules)
|
||||
var/datum/dynamic_ruleset/DR = type
|
||||
dat += "- [initial(DR.name)] <br/>"
|
||||
dat += "<br/>"
|
||||
|
||||
dat += "</body></html>"
|
||||
usr << browse(dat, "window=roundstatus;size=700x500")
|
||||
|
||||
Reference in New Issue
Block a user