projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84f10e
)
shortened lines
author
adrianna
<adrianna.pinska@gmail.com>
Sat, 17 May 2014 22:52:13 +0000
(
00:52
+0200)
committer
adrianna
<adrianna.pinska@gmail.com>
Sat, 17 May 2014 22:52:13 +0000
(
00:52
+0200)
naja/actions.py
patch
|
blob
|
history
diff --git
a/naja/actions.py
b/naja/actions.py
index 1dc59ad1a198a1df367c6ab0542ec06a6a43d32f..869c6925eead025248ac397f4e65efdaeeb640de 100644
(file)
--- a/
naja/actions.py
+++ b/
naja/actions.py
@@
-319,7
+319,8
@@
class AllowChessMove(LocationAction):
class AllowChessMoveIfMSB(LocationAction):
TEXT = (
- "If {MSB} is set, unset {MSB} and move like a %(chesspiece_name)s for one turn. Otherwise do nothing.")
+ "If {MSB} is set, unset {MSB} and move like a "
+ "%(chesspiece_name)s for one turn. Otherwise do nothing.")
MSB_GLYPH = ACTION_GLYPHS.MOVEMENT
def perform_action(self, board, location):