From fbdc3b4b0419547eb8a1534e278d97e1c2e2544f Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sat, 20 Apr 2013 19:18:03 +0300 Subject: Added tile n1w1. --- weatbag/tiles/n1w1.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 weatbag/tiles/n1w1.py diff --git a/weatbag/tiles/n1w1.py b/weatbag/tiles/n1w1.py new file mode 100644 index 0000000..eda65a8 --- /dev/null +++ b/weatbag/tiles/n1w1.py @@ -0,0 +1,9 @@ +class Tile: + def describe(self): + print("There is a small island northwest.\n" + "Unfortunatelly you can't swim so you need a transport to go there.\n" + "Luckilly to the north you see 2 children with a raft sitting " + "under a tree." ) + + def action(self, player, do): + pass -- cgit v1.3