X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=new2%2Fplomrogue%2Fgame.py;h=406d96d2675ca00930d7999fed48fd648d62ac15;hb=f969bae68a328ca92c8a5efc3dd825d80df5d062;hp=74c79d1e2eadddc7502bd803455f6c691ad70eb5;hpb=beebfdb7dac8e7630643c44e9ae8d3c79d5d39d8;p=plomrogue2-experiments diff --git a/new2/plomrogue/game.py b/new2/plomrogue/game.py index 74c79d1..406d96d 100755 --- a/new2/plomrogue/game.py +++ b/new2/plomrogue/game.py @@ -67,7 +67,7 @@ class Game(GameBase): for i in range(len(lines)): line = lines[i] print("FILE INPUT LINE %5s: %s" % (i, line), end='') - self.io.handle_input(line) + self.io.handle_input(line, god_mode=True) def get_string_options(self, string_option_type): import string