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}"
}
export gameOption="$(dialog --backtitle "Select your Doom!" \
gameOption="$(dialog --backtitle "Select your Doom!" \
--clear \
--no-tags \
--ok-label "Single Player" \

View File

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

View File

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

View File

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

View File

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