projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90cf8e0
)
Better action text.
author
Jeremy Thurgood
<firxen@gmail.com>
Sat, 17 May 2014 17:47:23 +0000
(19:47 +0200)
committer
Jeremy Thurgood
<firxen@gmail.com>
Sat, 17 May 2014 17:47:33 +0000
(19:47 +0200)
naja/actions.py
patch
|
blob
|
history
diff --git
a/naja/actions.py
b/naja/actions.py
index dc8f3e6af74077bd8afdd58028b270af07030e80..45698ef1c495c1cc6c0092e2faa25a4490940655 100644
(file)
--- a/
naja/actions.py
+++ b/
naja/actions.py
@@
-200,7
+200,9
@@
class AllowChessMove(LocationAction):
class AllowChessMoveIfMSB(LocationAction):
- TEXT = "Clear {MSB} and move like a %(chesspiece_name)s for one turn."
+ TEXT = (
+ "Clear {MSB} and move like a %(chesspiece_name)s for one turn if it "
+ "was set.")
MSB_GLYPH = ACTION_GLYPHS.MOVEMENT
def perform_action(self, board, location):