X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Factions.py;h=f5b03a0e4399e3715c2d0cee3ffd5feeec5a15d4;hp=7ae189e0b1c1db50f4ea1c576fbb1b9222fd4f18;hb=e6c9584589c3e3565be85f9b0f0eb5923a394a86;hpb=8c08ffd9e2d674558bca43d4f709be5f49e46119 diff --git a/naja/actions.py b/naja/actions.py index 7ae189e..f5b03a0 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -191,7 +191,7 @@ class GenericBits(LocationAction): parts.append("Lose {HEALTH}.") for template, bits in [ ('Set %s.', self.set_bits), ('Clear %s.', self.clear_bits), - ('Toggle %s', self.toggle_bits)]: + ('Toggle %s.', self.toggle_bits)]: if bits: parts.append(template % (bit_glyphs(bits))) if self.once: