From 8a7ba430ea18dbca132ecbc01fc9b62d5a0c7718 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Fri, 19 Sep 2025 12:36:37 +0200 Subject: [PATCH] protocol changes --- .../libcockatrice/protocol/pb/command_create_arrow.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libcockatrice_protocol/libcockatrice/protocol/pb/command_create_arrow.proto b/libcockatrice_protocol/libcockatrice/protocol/pb/command_create_arrow.proto index fcfa028a6..cb3871b60 100644 --- a/libcockatrice_protocol/libcockatrice/protocol/pb/command_create_arrow.proto +++ b/libcockatrice_protocol/libcockatrice/protocol/pb/command_create_arrow.proto @@ -27,4 +27,9 @@ message Command_CreateArrow { // the color of the arrow optional color arrow_color = 7; + + // the phase that this arrow is deleted in, arrows are deleted when this or a later phase is activated and also + // when the phase moves back before the current phase or the turn is passed, when not set the arrow is deleted + // immediately when the phase is changed + optional sint32 delete_in_phase = 8; }