Add "s" after printing time alive
This commit is contained in:
parent
b0891c3e48
commit
774d186653
@ -108,7 +108,7 @@ class Ui():
|
||||
|
||||
consoleLines.append("Death reason: " + deathReasonString)
|
||||
|
||||
consoleLines.append("Time alive: " + str(player.timeAlive / 1000))
|
||||
consoleLines.append("Time alive: " + str(player.timeAlive / 1000) + "s")
|
||||
|
||||
self.console.addLinesToConsoleAndScrollToDisplayThem(consoleLines)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user