From 2115232d2fec48fceef052b476af4afb02746ad1 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 19 Sep 2025 11:04:48 -0400 Subject: Added strict purple/cyan ending options --- proto/data.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index 7a1918a..64e3ddc 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -109,6 +109,8 @@ message Connection { } optional bool roof_access = 7; + optional bool purple_ending = 8; + optional bool cyan_ending = 9; } message Door { -- cgit 1.4.1