Add more grep strings to freedoom

This commit is contained in:
Michael Taboada 2023-11-10 16:45:41 -08:00
parent e64ad81a19
commit 4e6a7ff105

View File

@ -31,7 +31,7 @@ grepStrings=(
'-e' '^Game saved. '
'-e' '^A secret is revealed!$'
'-e' '^MAP[0-9]*'
'-e' '^Player was '
'-e' '^Player (was|is|left) '
'-e' '^Please select a game wad \(or 0 to exit\):'
'-e' '^You have no keys in your pocket!$'
)