Changes to work with new project brutality.
This commit is contained in:
parent
e1b6260bf5
commit
c2d69bdd48
@ -1,5 +1,6 @@
|
||||
# Extend the search for new messages to be read.
|
||||
grepStrings+=('-e' '^\*\*\* Brutality Bonus awarded!'
|
||||
'-e' '^\+[0-9]+ '
|
||||
'-e' '^A backpack for all your ammo storage needs!$'
|
||||
'-e' '^Area survey map.$'
|
||||
'-e' ' died.'
|
||||
@ -15,8 +16,9 @@ grepStrings+=('-e' '^\*\*\* Brutality Bonus awarded!'
|
||||
'-e' '^Picked up '
|
||||
'-e' '^Press '
|
||||
'-e' 'Rescue operations suit.'
|
||||
'-e' '^(Mega|Soul)sphere$'
|
||||
'-e' '^(Mega|Soul)sphere!$'
|
||||
'-e' ' skeleton key secured!$'
|
||||
'-e' ' \(Slot [0-9]+\)'
|
||||
'-e' ' (SPLATTERED|was) .*(\.|!)'
|
||||
'-e' ' Swiss Cheese '
|
||||
'-e' '^Took '
|
||||
@ -28,4 +30,5 @@ antiGrepStrings+=('-e' 'key card'
|
||||
'-e' ' was .*\?'
|
||||
)
|
||||
|
||||
sedStrings+=('-e' 's/*\{3\}//g')
|
||||
sedStrings+=('-e' 's/*\{3\}//g'
|
||||
'-e' 's/^+//')
|
||||
|
Loading…
Reference in New Issue
Block a user