Fix thirst console info print
This commit is contained in:
parent
998c6c0094
commit
50d8f78ac8
@ -78,7 +78,7 @@ class Ui():
|
|||||||
|
|
||||||
if self.thirstBar.value != statistics.thirst:
|
if self.thirstBar.value != statistics.thirst:
|
||||||
self.thirstBar.updateFill(statistics.thirst)
|
self.thirstBar.updateFill(statistics.thirst)
|
||||||
consoleLines.append(self.timer.getPrettyTime() + " - Stamina: " + str(statistics.thirst))
|
consoleLines.append(self.timer.getPrettyTime() + " - Thirst: " + str(statistics.thirst))
|
||||||
|
|
||||||
if len(consoleLines) > 0:
|
if len(consoleLines) > 0:
|
||||||
self.console.addLinesToConsoleAndScrollToDisplayThem(consoleLines)
|
self.console.addLinesToConsoleAndScrollToDisplayThem(consoleLines)
|
||||||
|
Loading…
Reference in New Issue
Block a user