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 ')