Only request a bed in the overworld
This commit is contained in:
parent
2b21b60247
commit
81f8a92cab
2
game.py
2
game.py
|
@ -648,7 +648,7 @@ class Game:
|
||||||
self.g.job.state = self.g.job.farm_crop
|
self.g.job.state = self.g.job.farm_crop
|
||||||
reply = 'ok'
|
reply = 'ok'
|
||||||
|
|
||||||
if reply:
|
if reply and self.g.dimension == 'overworld':
|
||||||
for i in self.g.inv.values():
|
for i in self.g.inv.values():
|
||||||
if i.item_id in items.BED_IDS:
|
if i.item_id in items.BED_IDS:
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue
Block a user