Added End of Time MUD.
This commit is contained in:
parent
523296b345
commit
567705accc
@ -341,6 +341,7 @@ gameList=(
|
|||||||
"Chimera"
|
"Chimera"
|
||||||
"E.X.O."
|
"E.X.O."
|
||||||
"EmpireMUD"
|
"EmpireMUD"
|
||||||
|
"End of Time"
|
||||||
"Fantasy Story II"
|
"Fantasy Story II"
|
||||||
"Monkey Spank"
|
"Monkey Spank"
|
||||||
"Numnastics"
|
"Numnastics"
|
||||||
@ -458,6 +459,11 @@ case "${game}" in
|
|||||||
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
||||||
add_launcher "${installPath}/tintin-empiremud/em.tin"
|
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")
|
"Fantasy Story II")
|
||||||
check_architecture x86_64
|
check_architecture x86_64
|
||||||
get_installer "FS2_2.6_Linux.zip" "https://drive.google.com/file/d/187OaD1HhPoty85yJafZyvfqD5_G3P04c/view?usp=sharing"
|
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