Prettier code

This commit is contained in:
Matyáš Caras 2022-05-16 15:59:06 +02:00
parent 71e430f61d
commit b9a3d5c5d4
2 changed files with 2 additions and 3 deletions

View file

@ -151,7 +151,6 @@ class Game: # Hlavní třída, uchovává údaje o hře
sleep(3)
self.current = self.nodes[self.current]["actions"][0] # Přesune na první akci
self.print_text()
return
else:
# Hráč byl poražen TODO: Otestovat
print(self.lang["defeat"].replace("$enemy",enemy["name"]))