From 983d8d39341854619b1ebd9c7c9b6600076d72da Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Tue, 28 Mar 2023 14:02:20 -0700 Subject: [PATCH] Add sarah documentation to the documentation function. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index f4fc550..2d85c03 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -437,7 +437,7 @@ echo "Loading documentation, please wait..." local gameDoc="$(find "$gamePath" -type f -iname 'user_manual.html' -or -iname 'user_manual.htm' | head -1)" # Game name specific docs, add the name to the for loop. if [[ -z "$gameDoc" ]]; then - for i in "troopanum.txt" "superdeekout.txt" ; do + for i in "troopanum.txt" "superdeekout.txt" scw.html ; do gameDoc="$(find "$gamePath" -type f -iname "$i" -or -iname 'manual.htm' | head -1)" done fi