Merge remote-tracking branch 'origin/master'

This commit is contained in:
Marcin Kostrzewski 2020-04-06 11:13:17 +02:00
commit 04a3eaf928

View File

@ -78,7 +78,7 @@ class Ui():
if self.thirstBar.value != 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:
self.console.addLinesToConsoleAndScrollToDisplayThem(consoleLines)