Multiple glyphs in a word.
[naja.git] / naja / actions.py
index 6c6f12357e1cbe0ca31301a7f186c667397ab9fd..88f539f256dc98e2184c92ebbca62e8cc4f714bf 100644 (file)
@@ -90,7 +90,7 @@ class LoseHealthOrMSBAndSetBits(LocationAction):
 
 
 class AcquireWinToken(LocationAction):
-    TEXT = "Gain WINTOKEN, then clear all key bits."
+    TEXT = "Gain WINTOKEN, then clear {REDKEY,GREENKEY,BLUEKEY}."
 
     def perform_action(self, board, location):
         board.acquire_win_token()