mirror of
https://github.com/solero/houdini.git
synced 2024-11-09 20:58:20 +00:00
Merge pull request #83 from solero/AllinolCP-patch-1
Fix Vanilla play interaction pet
This commit is contained in:
commit
98f8c8ae02
@ -583,7 +583,7 @@ async def handle_puffle_feed_interation_legacy(p, puffle: PenguinPuffle, x: int,
|
|||||||
|
|
||||||
|
|
||||||
@handlers.handler(XTPacket('p', 'ip'), client=ClientType.Vanilla)
|
@handlers.handler(XTPacket('p', 'ip'), client=ClientType.Vanilla)
|
||||||
async def handle_puffle_play_interation_legacy(p, puffle: PenguinPuffle, x: int, y: int):
|
async def handle_puffle_play_interation_vanilla(p, puffle: PenguinPuffle, x: int, y: int):
|
||||||
favourite_toy = p.server.puffle_items[p.server.puffles[puffle.puffle_id].favourite_toy]
|
favourite_toy = p.server.puffle_items[p.server.puffles[puffle.puffle_id].favourite_toy]
|
||||||
await deliver(p, favourite_toy, puffle)
|
await deliver(p, favourite_toy, puffle)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user