X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;ds=sidebyside;f=naja%2Factions.py;h=88f539f256dc98e2184c92ebbca62e8cc4f714bf;hb=b3e10ee7a1a522f2145596ea97fb15bf7dc0eaa4;hp=6c6f12357e1cbe0ca31301a7f186c667397ab9fd;hpb=b5cab68eccc2d397157a5dee6b57503eb3df7fe8;p=naja.git diff --git a/naja/actions.py b/naja/actions.py index 6c6f123..88f539f 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -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()