Unbreak death match and co-op buttons.

This commit is contained in:
Storm Dragon 2024-04-18 10:49:01 -04:00
parent d948a6e7b0
commit e77e1ff210
5 changed files with 5 additions and 3 deletions

View File

@ -83,7 +83,7 @@ custom_game() {
source "${customGame}" source "${customGame}"
} }
export gameOption="$(dialog --backtitle "Select your Doom!" \ gameOption="$(dialog --backtitle "Select your Doom!" \
--clear \ --clear \
--no-tags \ --no-tags \
--ok-label "Single Player" \ --ok-label "Single Player" \

View File

@ -112,8 +112,7 @@ grepStrings+=('-e' 'New PDA Entry:'
'-e' ' has been ' '-e' ' has been '
'-e' ' killed ' '-e' ' killed '
'-e' 'Lesser demon energy' '-e' 'Lesser demon energy'
'-e' ' was mutilated ' '-e' ' was '
'-e' ' was shot down '
'-e' 'Got the ' '-e' 'Got the '
'-e' "You've found " '-e' "You've found "
'-e' 'Slot ') '-e' 'Slot ')

View File

@ -28,6 +28,7 @@ grepStrings+=('-e' 'New PDA Entry:'
'-e' ' has been ' '-e' ' has been '
'-e' 'Lesser demon energy' '-e' 'Lesser demon energy'
'-e' 'Got the ' '-e' 'Got the '
'-e' ' was '
'-e' "You've found " '-e' "You've found "
'-e' 'Slot ') '-e' 'Slot ')

View File

@ -28,6 +28,7 @@ grepStrings+=('-e' 'New PDA Entry:'
'-e' ' has been ' '-e' ' has been '
'-e' 'Lesser demon energy' '-e' 'Lesser demon energy'
'-e' 'Got the ' '-e' 'Got the '
'-e' ' was '
'-e' "You've found " '-e' "You've found "
'-e' 'Slot ') '-e' 'Slot ')

View File

@ -28,6 +28,7 @@ grepStrings+=('-e' 'New PDA Entry:'
'-e' ' has been ' '-e' ' has been '
'-e' 'Lesser demon energy' '-e' 'Lesser demon energy'
'-e' 'Got the ' '-e' 'Got the '
'-e' ' was '
'-e' "You've found " '-e' "You've found "
'-e' 'Slot ') '-e' 'Slot ')