Improved reading of some items.
This commit is contained in:
parent
283af31f10
commit
1d546f46c1
@ -23,7 +23,11 @@ if [[ -e "${doomPath}/DoomMetalVol6.wad" ]]; then
|
||||
fi
|
||||
|
||||
# Extend the search for new messages to be read.
|
||||
grepStrings+=('-e' 'New PDA Entry:')
|
||||
grepStrings+=('-e' 'New PDA Entry:'
|
||||
'-e' 'Lesser demon energy'
|
||||
'-e' 'Got the '
|
||||
'-e' "You've found "
|
||||
'-e' 'Slot ')
|
||||
|
||||
# Launch the game and pipe things to be spoken through speech-dispatcher.
|
||||
# This also leaves the console output intact for people who may want to read it.
|
||||
|
@ -23,7 +23,11 @@ if [[ -e "${doomPath}/DoomMetalVol6.wad" ]]; then
|
||||
fi
|
||||
|
||||
# Extend the search for new messages to be read.
|
||||
grepStrings+=('-e' 'New PDA Entry:')
|
||||
grepStrings+=('-e' 'New PDA Entry:'
|
||||
'-e' 'Lesser demon energy'
|
||||
'-e' 'Got the '
|
||||
'-e' "You've found "
|
||||
'-e' 'Slot ')
|
||||
|
||||
# Launch the game and pipe things to be spoken through speech-dispatcher.
|
||||
# This also leaves the console output intact for people who may want to read it.
|
||||
|
@ -23,7 +23,11 @@ if [[ -e "${doomPath}/DoomMetalVol6.wad" ]]; then
|
||||
fi
|
||||
|
||||
# Extend the search for new messages to be read.
|
||||
grepStrings+=('-e' 'New PDA Entry:')
|
||||
grepStrings+=('-e' 'New PDA Entry:'
|
||||
'-e' 'Lesser demon energy'
|
||||
'-e' 'Got the '
|
||||
'-e' "You've found "
|
||||
'-e' 'Slot ')
|
||||
|
||||
# Launch the game and pipe things to be spoken through speech-dispatcher.
|
||||
# This also leaves the console output intact for people who may want to read it.
|
||||
|
Loading…
Reference in New Issue
Block a user