Added tooltip to affinities

This commit is contained in:
Marcin Kostrzewski 2020-05-16 10:44:34 +02:00
parent b6893379cf
commit 25372c2f34

View File

@ -37,6 +37,7 @@ class Player(Entity):
# Player can move only so fast
self.moveTimeout = 100
# For GA to determine priorities of random movements
self.affinities = affinities
def applyWalkingFatigue(self):