diff --git a/adventure/adventuremulti.sh b/adventure/adventuremulti.sh index 838a0b78..a6e9a335 100755 --- a/adventure/adventuremulti.sh +++ b/adventure/adventuremulti.sh @@ -17,7 +17,8 @@ fi echo "Sélectionnez un jeu :" select GAME in $GAMES; do if [ -n "$GAME" ]; then - START_SCRIPT="$GAMES_DIR/$GAME/start.sh" + cd "$GAMES_DIR/$GAME/rooms" + START_SCRIPT="./start.sh" if [ ! -x "$START_SCRIPT" ]; then echo "Le fichier start.sh pour $GAME n'existe pas ou n'est pas exécutable." diff --git a/adventure/games/tom.vanschendel@ynov.com/logic/leverlogic.ben= b/adventure/games/tom.vanschendel@ynov.com/logic/leverlogic.ben= new file mode 100755 index 00000000..cfb931e4 --- /dev/null +++ b/adventure/games/tom.vanschendel@ynov.com/logic/leverlogic.ben= @@ -0,0 +1 @@ +off