Skip to content

Commit

Permalink
disabled debug mode for alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
achiwa committed Apr 18, 2021
1 parent d3fb6f3 commit f2dab10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
os_windows = False

config = {
'debug': True,
'debug': False,
}


Expand Down Expand Up @@ -975,7 +975,7 @@ def disp_character(self, game):
mw.print(
f" piety {self.stat[2]:2d} next {self.nextexp:16d} a.c.{self.ac:5d}", start=' ')
mw.print(
f"vitality {self.stat[3]:2d} marks {self.marks:15d}", start=' ')
f"vitality {self.stat[3]:2d} marks {self.marks:15d} depth{self.deepest:4d}", start=' ')
mw.print(
f" agility {self.stat[4]:2d} h.p. {self.hp:7d}/{self.maxhp:7d}", start=' ')
mw.print(
Expand Down

0 comments on commit f2dab10

Please sign in to comment.