mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
variable team name
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//Simply lists them.
|
||||
/datum/team/xeno/roundend_report()
|
||||
var/list/parts = list()
|
||||
parts += "<span class='header'>The aliens were:</span>"
|
||||
parts += "<span class='header'>The [name] were:</span>"
|
||||
parts += printplayerlist(members)
|
||||
return "<div class='panel redborder'>[parts.Join("<br>")]</div>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user