From b3e4bf8b7da4aab6f6ce9aeef1d8164c7a3e9059 Mon Sep 17 00:00:00 2001 From: ikarrus Date: Sat, 27 Sep 2014 16:58:27 -0600 Subject: [PATCH] Admin message also says what the mission is --- code/modules/admin/verbs/one_click_antag.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/one_click_antag.dm b/code/modules/admin/verbs/one_click_antag.dm index 61aa4febba3..19db9821666 100644 --- a/code/modules/admin/verbs/one_click_antag.dm +++ b/code/modules/admin/verbs/one_click_antag.dm @@ -375,7 +375,7 @@ client/proc/one_click_antag() //Logging and cleanup if(numagents == 1) - message_admins("The deathsquad has spawned with [key_name_admin(Commando)] as squad leader.") + message_admins("The deathsquad has spawned with the mission: [mission].") log_game("[key_name(Commando)] has been selected as a Death Commando") spawnpoints -= spawnloc numagents--