commit f02fd5cde3e473af575ed4678362dd177a3126fc
parent 426b6226b3f241ffe2486325b1e0417fd3204433
Author: parazyd <parazyd@dyne.org>
Date: Fri, 23 Feb 2018 18:29:01 +0100
cleanup Hipster_Area.sh
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/act-i/Hipster_Area.sh b/act-i/Hipster_Area.sh
@@ -7,7 +7,6 @@ specific_talk_hipsterarea() {
cat <<EOM
You got the Wifi password. You type it in and you now enjoy the Gopherspace.
-
EOM
else
cat <<EOM
@@ -15,20 +14,12 @@ EOM
You scan the Wifi radio, but don't manage to find an open network.
EOM
fi
- return
;;
Plate_of_Bolognese_Sauce)
cat <<EOM
You disgustingly look at the Bolognese sauce, but decide to keep it.
EOM
- return
- ;;
- *)
- cat <<EOM
-$item is of no use here.
-EOM
- return
;;
esac
}