From c2d69bdd48e979c8c8e415f7630c840d2c0f46aa Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 15 Jun 2024 02:11:01 -0400 Subject: [PATCH] Changes to work with new project brutality. --- .scripts/TobyCustom/.projectbrutalityrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.scripts/TobyCustom/.projectbrutalityrc b/.scripts/TobyCustom/.projectbrutalityrc index 0a0d20b..584e7e8 100644 --- a/.scripts/TobyCustom/.projectbrutalityrc +++ b/.scripts/TobyCustom/.projectbrutalityrc @@ -1,5 +1,6 @@ # Extend the search for new messages to be read. grepStrings+=('-e' '^\*\*\* Brutality Bonus awarded!' + '-e' '^\+[0-9]+ ' '-e' '^A backpack for all your ammo storage needs!$' '-e' '^Area survey map.$' '-e' ' died.' @@ -15,8 +16,9 @@ grepStrings+=('-e' '^\*\*\* Brutality Bonus awarded!' '-e' '^Picked up ' '-e' '^Press ' '-e' 'Rescue operations suit.' - '-e' '^(Mega|Soul)sphere$' + '-e' '^(Mega|Soul)sphere!$' '-e' ' skeleton key secured!$' + '-e' ' \(Slot [0-9]+\)' '-e' ' (SPLATTERED|was) .*(\.|!)' '-e' ' Swiss Cheese ' '-e' '^Took ' @@ -28,4 +30,5 @@ antiGrepStrings+=('-e' 'key card' '-e' ' was .*\?' ) -sedStrings+=('-e' 's/*\{3\}//g') +sedStrings+=('-e' 's/*\{3\}//g' + '-e' 's/^+//')