mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Reduce Puffle dig packet cooldown to 60s
This commit is contained in:
parent
69446d5800
commit
2675e6b4e7
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user