diff --git a/houdini/handlers/play/item.py b/houdini/handlers/play/item.py index 7d86d3a..0a378a4 100644 --- a/houdini/handlers/play/item.py +++ b/houdini/handlers/play/item.py @@ -58,7 +58,7 @@ async def handle_buy_inventory(p, item: Item): if item.id in p.data.inventory: return await p.send_error(400) - if item.epf: + if item.tour: return await p.add_inbox(p.server.postcards[126]) if p.data.coins < item.cost: