Prettier code
This commit is contained in:
parent
71e430f61d
commit
b9a3d5c5d4
2 changed files with 2 additions and 3 deletions
|
@ -151,7 +151,6 @@ class Game: # Hlavní třída, uchovává údaje o hře
|
||||||
sleep(3)
|
sleep(3)
|
||||||
self.current = self.nodes[self.current]["actions"][0] # Přesune na první akci
|
self.current = self.nodes[self.current]["actions"][0] # Přesune na první akci
|
||||||
self.print_text()
|
self.print_text()
|
||||||
return
|
|
||||||
else:
|
else:
|
||||||
# Hráč byl poražen TODO: Otestovat
|
# Hráč byl poražen TODO: Otestovat
|
||||||
print(self.lang["defeat"].replace("$enemy",enemy["name"]))
|
print(self.lang["defeat"].replace("$enemy",enemy["name"]))
|
||||||
|
|
Reference in a new issue