From e82c588eb3fbd49e0c5d1ddaad4c8ed0e223f50d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 9 Mar 2022 00:01:05 +0100 Subject: [PATCH] continue story wrinting --- rooms/bigroom.sh | 8 ++++++-- rooms/end.sh | 12 ++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/rooms/bigroom.sh b/rooms/bigroom.sh index 581fb91d6..3385b0627 100755 --- a/rooms/bigroom.sh +++ b/rooms/bigroom.sh @@ -14,7 +14,11 @@ echo sleep 1 echo "Vous décidez de sortir de la Sation Astroport." echo -leverstate=`cat ../logic/stationlogic.ben` +sleep 4 +echo "aAu moment où vous franchiussez le seul.." +echo "Un immense flash fait jaillir partant de vos pieds votre ombre, immense silhouète aloongée" + + echoleverstate=`cat ../logic/stationlogic.ben` if [ "$leverstate" = "on" ]; then sleep 2 @@ -24,7 +28,7 @@ leverstate=`cat ../logic/stationlogic.ben` echo "Nous vous attendons sur notre 'bon coin' https://gchange.fr " echo sleep 3 - echo "Il vous reste maintenant à installer IPFS pour rejoindre l'Internet des Gens." + echo "Il vous reste maintenant à installer IPFS pour rejoindre l'autre Internet." echo sleep 4 echo "astrXbian -videoclub- contient un script d'installation à mettre à votre sauce." diff --git a/rooms/end.sh b/rooms/end.sh index aea230e05..4433dfc3c 100755 --- a/rooms/end.sh +++ b/rooms/end.sh @@ -76,14 +76,14 @@ do echo "$line" done <"$file1" echo -echo "Thank you for playing the demo of BashVenture. Pretty random storyline, I know," -echo "but the aim was to show off the functionality, not win a pulitzer prize." -echo -echo "Whoever you are, wherever you're from - live long and prosper. Keep smiling!" +echo "Merci d'avoir joué le jeu" +echo "Je suis heureux que vous ayez rejoins les astronautes terraformeurs." echo -echo " - @BenNunney" +echo "Toutes les transitions seront possible quand nous autons franchi celle de la monnaie" +echo +echo " - @Fred" echo # That's all, folks! -exit \ No newline at end of file +exit