diff options
| author | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-18 15:01:31 +0300 |
|---|---|---|
| committer | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-18 15:01:31 +0300 |
| commit | 4e3d061d5c8bde61d94715d3b05aede333912b66 (patch) | |
| tree | 4a954f2d3cb2788dace978e80d7ec0a459189fae /weatbag/tiles/n3.py | |
| parent | 9d8fa73a4fcec72f21c03de7adb77b7fa03a6c07 (diff) | |
PEP 8 police: Wrapped 80+ char lines in all tiles!
Diffstat (limited to 'weatbag/tiles/n3.py')
| -rw-r--r-- | weatbag/tiles/n3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n3.py b/weatbag/tiles/n3.py index a1d8602..7d78b84 100644 --- a/weatbag/tiles/n3.py +++ b/weatbag/tiles/n3.py @@ -8,7 +8,7 @@ class Tile: def describe(self): if not self.enemy_dead: - print("You encounter an orc! He's got a mean look, but you're a " + print("You encounter an orc! He's got a mean look, but you're a " "strong one. You should be able to take him. Attack or flee?") else: print("You see an orc corpse here.") |
