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/data.proto | 1 + proto/human.proto | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'proto') diff --git a/proto/data.proto b/proto/data.proto index e053942..619b3d3 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -136,6 +136,7 @@ message Connection { optional bool roof_access = 7; optional bool purple_ending = 8; optional bool cyan_ending = 9; + optional bool mint_ending = 11; optional bool vanilla_only = 10; } 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