diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 65ee71d..596bdaf 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -479,7 +479,7 @@ gameList=( "QuentinC Play Room" "Periphery Synthetic EP" "S.E.A." - #"Slay the Spire" + "Slay the Spire" "Slay the Text" "SoundRTS" "soundStrider" @@ -697,8 +697,12 @@ case "${game}" in add_launcher "${installPath}/S.E.A./SEA" ;; "Slay the Spire") - check_dependencies steamcmd - appId="646570" + echo "Please note this requires the game to be available either in your Steam library" + echo "or as the installer purchased from gog.com." + echo "If using the gog.com installer, please use the default path when prompted." + alert + check_dependencies steamcmd + appId="646570" if ! [[ -f ~/Downloads/slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh ]] && ! [[ -f ~/Desktop/slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh ]]; then echo "Please enter Steam user name:" read -er steamUser