Add a job for farming nether wart

This commit is contained in:
2020-12-14 06:21:50 +00:00
parent 6c0688b759
commit 6c9f228862
4 changed files with 129 additions and 1 deletions
+3
View File
@@ -639,6 +639,9 @@ class Game:
elif data == 'sand':
self.g.job.state = self.g.job.farm_sand
reply = 'ok'
elif data == 'wart':
self.g.job.state = self.g.job.farm_wart
reply = 'ok'
if reply:
for i in self.g.inv.values():