From 8f50ed68ca8058c11972c12b4faf9d99a02af8a6 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sat, 13 Dec 2014 22:31:54 +0100 Subject: [PATCH] Wording change --- code/game/gamemodes/xenos/xenos.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/xenos/xenos.dm b/code/game/gamemodes/xenos/xenos.dm index aee2ff7df64..b10cdaca32b 100644 --- a/code/game/gamemodes/xenos/xenos.dm +++ b/code/game/gamemodes/xenos/xenos.dm @@ -217,7 +217,7 @@ /datum/game_mode/xenos/declare_completion() if(result == 1) feedback_set_details("round_end_result","win - xenos killed") - world << "Crew Major Victory" + world << "Crew Victory" world << "The aliens did not succeed and were exterminated by the crew!" else if(result == 2) feedback_set_details("round_end_result","win - crew killed")