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")