mirror of
				https://github.com/solero/houdini.git
				synced 2025-10-31 12:41:56 +00:00 
			
		
		
		
	start_waddle handler
				
					
				
			This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben
					Ben