From 9bdb81bb34bd6a7e33c47d6fcb3dced1c5bda991 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 18 Jun 2024 09:57:39 +0200 Subject: can start passive recipes --- test-client/protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client/protocol.ts') diff --git a/test-client/protocol.ts b/test-client/protocol.ts index d5cb2034..ccd891dd 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -24,6 +24,6 @@ export type PacketC = | { put_item: { item: ItemID, pos: Vec2 } } | { produce_item: { id: ItemID, pos: Vec2, kind: ItemIndex } } | { consume_item: { id: ItemID, pos: Vec2 } } - | { set_active: { tile: Vec2 } } + | { set_active: { tile: Vec2, progress?: number } } | { update_map: { pos: Vec2, tile: TileIndex } } -- cgit v1.2.3-70-g09d2