X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/gitweb.css?a=blobdiff_plain;f=new2%2Fplomrogue%2Fgame.py;h=c8c2f3cbf9fae868e15eaa0bfdba13a7233dbe8a;hb=8f4f45798471d5b0069d7ac2caaf7d6a389ce981;hp=e0c07155b0333486d1b82cf41ee0cc3af376417f;hpb=33bfdaf647c6736d99aadc017ee935f3301d758a;p=plomrogue2-experiments diff --git a/new2/plomrogue/game.py b/new2/plomrogue/game.py index e0c0715..c8c2f3c 100755 --- a/new2/plomrogue/game.py +++ b/new2/plomrogue/game.py @@ -55,6 +55,7 @@ class Game(GameBase): self.io.send('TURN ' + str(self.turn)) for t in self.things: send_thing(t) + self.io.send('GAME_STATE_COMPLETE') def run_tick(self): to_delete = []