A couple more strings I missed with grep.

This commit is contained in:
Storm Dragon 2024-08-21 03:00:34 -04:00
parent bb8c53520a
commit c8b553fdc6

View File

@ -79,7 +79,7 @@ export antiGrepStrings=(
'-e' '^ *TITLEMAP'
'-e' '^\[Toby Accessibility Mod\] (INTRO|READMe)([0-9]+).*'
'-e' 'key card'
'-e' "^(As |Computer Voice:|I |I've|Monorail|Ugh|What|Where)"
'-e' "^(As |Computer Voice:|Holy|I |I've|Monorail|Ugh|What|Where)"
)
export sedStrings=('-E'
@ -94,6 +94,7 @@ export sedStrings=('-E'
'-e' 's/"cl_run" = "false"/walk/'
#'-e' 's:.*/:Game saved. \(:'
'-e' 's/UAC/U A C/'
'-e' 's/^\+//'
)
custom_game() {