Rename lumberjack to gather_wood

This commit is contained in:
2020-10-13 12:54:24 -06:00
parent 83132ab2bb
commit c6c0def867
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ class Game:
if command == 'gather' and data:
if data == 'wood':
self.g.job.state = self.g.job.lumberjack
self.g.job.state = self.g.job.gather_wood
reply = 'ok'
elif data == 'sand':
self.g.job.state = self.g.job.gather_sand