From 322416a21b70a38f4a1bd774109e10e95abe3793 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 12 May 2013 21:36:28 +0300 Subject: added new tiles n4w6 and n4w7 --- weatbag/tiles/n4w6.py | 3 ++- weatbag/tiles/n4w7.py | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 weatbag/tiles/n4w7.py (limited to 'weatbag') diff --git a/weatbag/tiles/n4w6.py b/weatbag/tiles/n4w6.py index 379e5f8..2c7fa18 100644 --- a/weatbag/tiles/n4w6.py +++ b/weatbag/tiles/n4w6.py @@ -1,6 +1,7 @@ class Tile: def describe(self): - print("\n") + print("The beach makes a nice little curve on that spot. There are " + "some pine trees around too. A really quiet sceenery!\n") def action(self, player, do): print("Sorry, I don't understand.\n") diff --git a/weatbag/tiles/n4w7.py b/weatbag/tiles/n4w7.py new file mode 100644 index 0000000..379e5f8 --- /dev/null +++ b/weatbag/tiles/n4w7.py @@ -0,0 +1,6 @@ +class Tile: + def describe(self): + print("\n") + + def action(self, player, do): + print("Sorry, I don't understand.\n") -- cgit v1.3