X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=plomrogue%2Fcommands.py;h=0145157d537e9cb6986afbe94a8c7acdf39858bf;hb=0dfec5ae86777e8ac5ab35eb6e1f0b6846a4859e;hp=6c356658e20ae48c858652f353f96353d879f6b0;hpb=3ab9a2ef6f42f109e9b8460be2ea3ebfcc0af19b;p=plomrogue2 diff --git a/plomrogue/commands.py b/plomrogue/commands.py index 6c35665..0145157 100644 --- a/plomrogue/commands.py +++ b/plomrogue/commands.py @@ -18,7 +18,7 @@ def cmd_ALL(game, msg, connection_id): while random.random() > volume * 8: if c.isupper(): c = c.lower() - elif c != '.': + elif c != '.' and c != ' ': c = '.' else: c = ' '