From e0393d43448a82daecd360535d0ef3a36fdd44dc Mon Sep 17 00:00:00 2001 From: mustangk Date: Tue, 30 Dec 2025 14:30:40 +0100 Subject: [PATCH] add solo surviver to disasters game end regex --- regex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.json b/regex.json index 399b6e9..6229e26 100644 --- a/regex.json +++ b/regex.json @@ -25,7 +25,7 @@ "^\\s*?.+ WINNER! .+$", "^\\s*?.+ Bridge [a-zA-Z0-9]* - .+$", "^ {6}#1 (?:\\[.+] )?(?:.{1,16}) \\(\\d+:\\d+:\\d+\\)$", - "^ +(?:Survivors \\(\\d+\\):|Nobody survived!)$" + "^ +(?:Survivors \\(\\d+\\):|Nobody survived!|Survivor:)$" ], "en": { "autoQueuePrefixGlobal": "^(?:You died! .+|YOU DIED! .+|You have been eliminated!|You have permanently died! .+|You won! .+|YOU WON! .+)$",