diff --git a/houdini/handlers/games/waddle.py b/houdini/handlers/games/waddle.py index 66e09d4..a2a4815 100644 --- a/houdini/handlers/games/waddle.py +++ b/houdini/handlers/games/waddle.py @@ -25,6 +25,11 @@ async def handle_leave_waddle(p): await p.waddle.remove_penguin(p) +@handlers.handler(XTPacket('w', 'jx')) +async def handle_start_waddle(p, room: Room, waddle: int): + await room.waddles[waddle].add_penguin(p) + + @handlers.handler(XTPacket('j', 'jr'), after=handle_join_room) async def handle_join_room_waddle(p): if p.waddle: