summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-24 17:21:49 +0300
committerGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-24 17:21:49 +0300
commitfe1ea2ed93eaec1219784e7142f382157bf90f19 (patch)
tree2f88d5e24efeec23f92867f584baf8506cb597f1
parent024db80b3f04d12cae92c669d450da2e15072bfb (diff)
added comment about entry restrictions on bugquest tiles
-rw-r--r--weatbag/tiles/s1e1.py5
-rw-r--r--weatbag/tiles/s2e1.py5
2 files changed, 10 insertions, 0 deletions
diff --git a/weatbag/tiles/s1e1.py b/weatbag/tiles/s1e1.py
index 3e11d37..8a217e0 100644
--- a/weatbag/tiles/s1e1.py
+++ b/weatbag/tiles/s1e1.py
@@ -1,4 +1,9 @@
# First bug quest tile.
+#
+# To future hackers:
+# This is part of a short quest which beggins by
+# going South from e1. Plase consider this when coding neighbouring tiles.
+# thnx :)
from weatbag import words
import weatbag
diff --git a/weatbag/tiles/s2e1.py b/weatbag/tiles/s2e1.py
index 0bd506d..42c3b72 100644
--- a/weatbag/tiles/s2e1.py
+++ b/weatbag/tiles/s2e1.py
@@ -1,4 +1,9 @@
# Second and final bug quest tile.
+#
+# To future hackers:
+# This is part of a short quest which beggins by
+# going South from e1. Plase consider this when coding neighbouring tiles.
+# thnx :)
from weatbag import words
class Tile: