diff --git a/code/modules/antagonists/nukeop/nukeop.dm b/code/modules/antagonists/nukeop/nukeop.dm index 84b94349d6fc..011819ee3712 100644 --- a/code/modules/antagonists/nukeop/nukeop.dm +++ b/code/modules/antagonists/nukeop/nukeop.dm @@ -341,8 +341,8 @@ parts += "Crew Major Victory!" parts += "The Research Staff has saved the disk and killed the [syndicate_name] Operatives" if(NUKE_RESULT_CREW_WIN) - parts += "Crew Major Victory" - parts += "The Research Staff has saved the disk and stopped the [syndicate_name] Operatives!" + parts += "Crew Minor Victory" + parts += "The Research Staff has saved the disk and fled the station!" if(NUKE_RESULT_DISK_LOST) parts += "Neutral Victory!" parts += "The Research Staff failed to secure the authentication disk but did manage to kill most of the [syndicate_name] Operatives!"