summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-18 15:08:29 +0300
committerGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-18 15:08:29 +0300
commit097c58ba0f3204410208eca92a4c7f3dbc37fe0f (patch)
tree7b3668a4684e67f5f24d1fc71d5172d38b6afc97
parent4e3d061d5c8bde61d94715d3b05aede333912b66 (diff)
added a comment for clarity
-rw-r--r--weatbag/tiles/e2.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/weatbag/tiles/e2.py b/weatbag/tiles/e2.py
index eb7a2e2..68798b3 100644
--- a/weatbag/tiles/e2.py
+++ b/weatbag/tiles/e2.py
@@ -47,6 +47,9 @@ class Tile:
player.give('unlit torch')
except:
print("Please try guessing a number, like 'guess 7'.")
+
+ #if action is "take" AND there is still a dwarf around to complain,
+ #then complain.
elif (do[0] in words.take) and (self.contents['unlit torch'] == 1):
print("You can't have my prize, "
"you have to guess the lucky number!")