summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-30 18:44:39 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-30 18:44:39 +0300
commit3d626b5229add94f08acc3ae3731566507fc2f7e (patch)
treec25d9794e1b8c77d70c2862f07f197fc0c69f067 /weatbag
parent9de3cef14637b687f34505d6281e3ed7bb3df9c4 (diff)
added another yes option for action (n2w2)
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n2w2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n2w2.py b/weatbag/tiles/n2w2.py
index e83f9e2..31e3cff 100644
--- a/weatbag/tiles/n2w2.py
+++ b/weatbag/tiles/n2w2.py
@@ -13,7 +13,7 @@ class Tile:
print("The beach is quiet. Nothing seems to be going on.")
def action(self, player, do):
- if do[0] in ('Yes', 'yes', 'y', 'Y', 'Yup', 'yup'):
+ if do[0] in ('Yes', 'yes', 'y', 'Y', 'Yup', 'yup', 'ye', 'Ye'):
print("Awesome! Follow the path!")
elif do[0] in ('No', 'no', 'n', 'N', 'Nope', 'nope'):
print("You might be in the wrong place then. Pack your stuff and "