Only request a bed in the overworld

This commit is contained in:
Tanner Collin 2020-12-16 10:28:11 +00:00
parent 2b21b60247
commit 81f8a92cab

View File

@ -648,7 +648,7 @@ class Game:
self.g.job.state = self.g.job.farm_crop
reply = 'ok'
if reply:
if reply and self.g.dimension == 'overworld':
for i in self.g.inv.values():
if i.item_id in items.BED_IDS:
break