Added End of Time MUD.
This commit is contained in:
parent
523296b345
commit
567705accc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user