Skip to content

Commit b5ee1af

Browse files
committed
Update human.py
1 parent 3763f96 commit b5ee1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

human.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def runChef(self):
356356
self.incMemoireMort()
357357
self.removeMemoireMort()
358358
i,j=self.forum
359-
if self.forumObjet.fillinFood>=3
359+
if self.forumObjet.fillinFood>=3:
360360
self.forumObjet.videNourriture()
361361
role=random.choice(['scout','scout','cueilleur','cueilleur','cueilleur','bucheron','porteurEau'])
362362
human=Human([i,j],role)

0 commit comments

Comments
 (0)