From dbae1ea0a0b1946b3ccf7d8033139050f1106695 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 8 Feb 2026 11:42:28 -0500 Subject: Proto changes for custom mint ending --- proto/human.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index 6c98d3f..5cd8ce7 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -79,6 +79,10 @@ message HumanConnection { // when the Strict Cyan Ending option is on. optional bool cyan_ending = 10; + // This means that the connection should additionally require being able to + // type a specific text string when Custom Mint Ending is on. + optional bool mint_ending = 12; + // This means that the connection only exists when doors are not shuffled. optional bool vanilla_only = 11; } -- cgit 1.4.1