X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=rogue_chat.html;fp=rogue_chat.html;h=d644d626c960b75df384baa2caaa04106498ccce;hb=03af3ff9e0fe02757b9e20054187c0fbf23566c7;hp=304346d5abac55cb796dd04f28ccaaebc61a5381;hpb=ee83c5baaf2a207a0e1c025985f59797db7cdf7a;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 304346d..d644d62 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -1237,10 +1237,10 @@ let tui = { if (this.mode.has_input_prompt) { help = 'enter /help for help'; } - terminal.write(0, this.window_width, 'MODE: ' + this.mode.short_desc + ' – ' + help); + terminal.write(1, this.window_width, 'MODE: ' + this.mode.short_desc + ' – ' + help); }, draw_stats_line: function(n) { - terminal.write(1, this.window_width, + terminal.write(0, this.window_width, 'ENERGY: ' + game.energy + ' BLADDER: ' + game.bladder_pressure); },