Added tooltip to affinities
This commit is contained in:
parent
b6893379cf
commit
25372c2f34
@ -37,6 +37,7 @@ class Player(Entity):
|
|||||||
# Player can move only so fast
|
# Player can move only so fast
|
||||||
self.moveTimeout = 100
|
self.moveTimeout = 100
|
||||||
|
|
||||||
|
# For GA to determine priorities of random movements
|
||||||
self.affinities = affinities
|
self.affinities = affinities
|
||||||
|
|
||||||
def applyWalkingFatigue(self):
|
def applyWalkingFatigue(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user