X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;ds=sidebyside;f=new2%2Fplomrogue%2Fgame.py;h=8fb264447d5c2e30f757d2d507c9e62e5a3ee84d;hb=9209d0e0f1bbc79f872ce3b2bd353f1307a7c84d;hp=52e0d600e37b2f90fcc3209d704c2d0866f330e2;hpb=fee7032748faad3feab219c88c75ec79725ed62c;p=plomrogue2-experiments diff --git a/new2/plomrogue/game.py b/new2/plomrogue/game.py index 52e0d60..8fb2644 100755 --- a/new2/plomrogue/game.py +++ b/new2/plomrogue/game.py @@ -71,7 +71,7 @@ class Game(GameBase): return self.map_geometry.get_directions() if string_option_type == 'char': return [c for c in - string.digits + string.ascii_letters + string.punctuation] + string.digits + string.ascii_letters + string.punctuation + ' '] return None def send_gamestate(self, connection_id=None):