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; }