Reduce Puffle dig packet cooldown to 60s

This commit is contained in:
Ben 2020-06-05 22:47:38 +01:00
parent 69446d5800
commit 2675e6b4e7

View File

@ -708,7 +708,7 @@ async def handle_care_station_menu_choice(p, item_id: int):
@handlers.handler(XTPacket('p', 'puffledig'), client=ClientType.Vanilla)
@handlers.cooldown(119)
@handlers.cooldown(60)
async def handle_puffle_dig(p):
await dig(p)