X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Factions.py;h=89c43f81abb049f42923658d7f0cc9763ab5535e;hp=4064947648abb1bd4205a20fb0ed7b455a36af85;hb=98f1e5d415b33e746850ec64c0cc804d38bd1bc3;hpb=8760f5778af6e1ab47f2f809e4ca68b703d9c8fd diff --git a/naja/actions.py b/naja/actions.py index 4064947..89c43f8 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -170,7 +170,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: