X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=rogue_chat_curses.py;h=41ad640d509a123774d47033e182156d664af583;hb=0d5dbd69d9e0fb1460a7663b24a6fba8f958ced5;hp=9519a95609a82ba0f9a0fd4f7d7bca95999f756e;hpb=0ae5c165fbce33fcdc60f92cceb18109124aabde;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index 9519a95..41ad640 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -652,6 +652,10 @@ class TUI: elif self.mode.name == 'admin_thing_protect': if hasattr(self.thing_selected, 'protection'): self.input_ = self.thing_selected.protection + elif self.mode.name == 'enter_face': + self.input_ = self.game.player.face + elif self.mode.name == 'enter_hat': + self.input_ = self.game.player.hat def send_tile_control_command(self): self.send('SET_TILE_CONTROL %s %s' %