From e77e1ff210ce206d4cd569bff2ba5db2cf0c4be8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 18 Apr 2024 10:49:01 -0400 Subject: [PATCH] Unbreak death match and co-op buttons. --- .scripts/FreeDoom.sh | 2 +- .scripts/TobyCustom/Brutal_Death_Match.sh | 3 +-- .scripts/TobyCustom/Project_Brutality_Operation_MDK.sh | 1 + .scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh | 1 + .scripts/TobyCustom/Project_Brutality_Toby_Demo.sh | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.scripts/FreeDoom.sh b/.scripts/FreeDoom.sh index 0cc07c7..24c1e06 100755 --- a/.scripts/FreeDoom.sh +++ b/.scripts/FreeDoom.sh @@ -83,7 +83,7 @@ custom_game() { source "${customGame}" } -export gameOption="$(dialog --backtitle "Select your Doom!" \ +gameOption="$(dialog --backtitle "Select your Doom!" \ --clear \ --no-tags \ --ok-label "Single Player" \ diff --git a/.scripts/TobyCustom/Brutal_Death_Match.sh b/.scripts/TobyCustom/Brutal_Death_Match.sh index a558626..25deca0 100755 --- a/.scripts/TobyCustom/Brutal_Death_Match.sh +++ b/.scripts/TobyCustom/Brutal_Death_Match.sh @@ -112,8 +112,7 @@ grepStrings+=('-e' 'New PDA Entry:' '-e' ' has been ' '-e' ' killed ' '-e' 'Lesser demon energy' - '-e' ' was mutilated ' - '-e' ' was shot down ' + '-e' ' was ' '-e' 'Got the ' '-e' "You've found " '-e' 'Slot ') diff --git a/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh b/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh index c3ccb09..92c3fb4 100755 --- a/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh +++ b/.scripts/TobyCustom/Project_Brutality_Operation_MDK.sh @@ -28,6 +28,7 @@ grepStrings+=('-e' 'New PDA Entry:' '-e' ' has been ' '-e' 'Lesser demon energy' '-e' 'Got the ' + '-e' ' was ' '-e' "You've found " '-e' 'Slot ') diff --git a/.scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh b/.scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh index a65b296..0328625 100755 --- a/.scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh +++ b/.scripts/TobyCustom/Project_Brutality_Toby_Deluxe.sh @@ -28,6 +28,7 @@ grepStrings+=('-e' 'New PDA Entry:' '-e' ' has been ' '-e' 'Lesser demon energy' '-e' 'Got the ' + '-e' ' was ' '-e' "You've found " '-e' 'Slot ') diff --git a/.scripts/TobyCustom/Project_Brutality_Toby_Demo.sh b/.scripts/TobyCustom/Project_Brutality_Toby_Demo.sh index 457a04f..51630dd 100755 --- a/.scripts/TobyCustom/Project_Brutality_Toby_Demo.sh +++ b/.scripts/TobyCustom/Project_Brutality_Toby_Demo.sh @@ -28,6 +28,7 @@ grepStrings+=('-e' 'New PDA Entry:' '-e' ' has been ' '-e' 'Lesser demon energy' '-e' 'Got the ' + '-e' ' was ' '-e' "You've found " '-e' 'Slot ')