Add pass after empty elif in Player
This commit is contained in:
parent
b56269888c
commit
076a377cda
@ -30,7 +30,7 @@ class Player(Entity):
|
||||
if self.rotation == Rotations.NORTH:
|
||||
return (0, -1)
|
||||
elif self.rotation == Rotations.SOUTH:
|
||||
|
||||
pass
|
||||
# Returns given statistic
|
||||
def getStatistic(self, stat):
|
||||
if stat.value == StatisticNames.HP:
|
||||
|
Loading…
Reference in New Issue
Block a user