From 58e9d7af66dc20ea6e6f9b2aa8d4429b17cdde78 Mon Sep 17 00:00:00 2001 From: AnturK Date: Thu, 15 Mar 2018 08:08:43 +0100 Subject: [PATCH] variable team name --- code/modules/antagonists/xeno/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/xeno/xeno.dm b/code/modules/antagonists/xeno/xeno.dm index e74bc3e31f6..b8f9927bc4b 100644 --- a/code/modules/antagonists/xeno/xeno.dm +++ b/code/modules/antagonists/xeno/xeno.dm @@ -4,7 +4,7 @@ //Simply lists them. /datum/team/xeno/roundend_report() var/list/parts = list() - parts += "The aliens were:" + parts += "The [name] were:" parts += printplayerlist(members) return "
[parts.Join("
")]
"