From b4b40678218b1c49785745792dc9110b7e009be5 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 24 Apr 2024 07:53:09 -0400 Subject: [PATCH] Removed PDA stuff from speech. --- .scripts/TobyCustom/Project_Brutality_Operation_MDK.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh b/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh index 433fa7c..44df1c0 100755 --- a/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh +++ b/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh @@ -20,8 +20,7 @@ elif [[ -e "${doomPath}/DoomMetalVol6.wad" ]]; then fi # Extend the search for new messages to be read. -grepStrings+=('-e' 'New PDA Entry:' - '-e' '^\*\*\* Brutality Bonus awarded!' +grepStrings+=('-e' '^\*\*\* Brutality Bonus awarded!' '-e' ' died.' '-e' 'Ectoplasmic Surge!' '-e' '^Game Saved.'