X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new2%2Fplomrogue%2Fgame.py;h=1cb6e2232b7d59542a37e08e9264a58da538efde;hp=5e33bc49cedc7a408fdb9f5a37415c5bf85346c9;hb=3f6aeac609f6337713f6cca17e4f54960ecf4d7f;hpb=2d26a570e3e4f26a45a476fde6c5b9902607e4b6 diff --git a/new2/plomrogue/game.py b/new2/plomrogue/game.py index 5e33bc4..1cb6e22 100755 --- a/new2/plomrogue/game.py +++ b/new2/plomrogue/game.py @@ -88,7 +88,6 @@ class Game(GameBase): if hasattr(thing, 'nickname'): self.io.send('THING_NAME %s %s' % (thing.id_, quote(t.nickname))) - self.io.send('TURN ' + str(self.turn)) for t in self.things: send_thing(t)