Changed exp loss at reset
This commit is contained in:
parent
3b9b25441e
commit
0b006b83a7
1 changed files with 1 additions and 1 deletions
2
level.py
2
level.py
|
@ -215,7 +215,7 @@ class Level:
|
||||||
player.stats.energy\
|
player.stats.energy\
|
||||||
= player.stats.stats['energy']
|
= player.stats.stats['energy']
|
||||||
|
|
||||||
player.stats.exp = 0
|
# player.stats.exp = 0
|
||||||
|
|
||||||
self.get_entities()
|
self.get_entities()
|
||||||
self.get_distance_direction()
|
self.get_distance_direction()
|
||||||
|
|
Loading…
Reference in a new issue