aboutsummaryrefslogtreecommitdiff
path: root/test-client/protocol.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r--test-client/protocol.ts2
1 files changed, 1 insertions, 1 deletions
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 } }