From 567705accc89e1f7ce3f62a20c4d1b38d1db7476 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 12 Jul 2022 14:41:29 -0400 Subject: [PATCH] Added End of Time MUD. --- linux-game-manager.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 3beb011..6aee50b 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -341,6 +341,7 @@ gameList=( "Chimera" "E.X.O." "EmpireMUD" + "End of Time" "Fantasy Story II" "Monkey Spank" "Numnastics" @@ -458,6 +459,11 @@ case "${game}" in dialog --progressbox "Installing \"${game}\", please wait..." -1 -1 add_launcher "${installPath}/tintin-empiremud/em.tin" ;; + "End of Time") + git -C "${installPath}/" clone https://git.2mb.codes/~stormdragon2976/tintin-endoftime | \ + dialog --progressbox "Installing \"${game}\", please wait..." -1 -1 + add_launcher "${installPath}/tintin-endoftime/eot.tin" + ;; "Fantasy Story II") check_architecture x86_64 get_installer "FS2_2.6_Linux.zip" "https://drive.google.com/file/d/187OaD1HhPoty85yJafZyvfqD5_G3P04c/view?usp=sharing"