diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-19 11:04:48 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-19 11:04:48 -0400 |
commit | 2115232d2fec48fceef052b476af4afb02746ad1 (patch) | |
tree | 9d749646b51ad3da524dc9f6b71407bfa57541ad /proto/human.proto | |
parent | 1aca0f7e9ffa215ceb877ca55d667b4ee919b07e (diff) | |
download | lingo2-archipelago-2115232d2fec48fceef052b476af4afb02746ad1.tar.gz lingo2-archipelago-2115232d2fec48fceef052b476af4afb02746ad1.tar.bz2 lingo2-archipelago-2115232d2fec48fceef052b476af4afb02746ad1.zip |
Added strict purple/cyan ending options
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index f9517bd..c247edf 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -70,6 +70,14 @@ message HumanConnection { | |||
70 | // This means that the connection intentionally skips the target object's | 70 | // This means that the connection intentionally skips the target object's |
71 | // required door. | 71 | // required door. |
72 | optional bool bypass_target_door = 8; | 72 | optional bool bypass_target_door = 8; |
73 | |||
74 | // This means that the connection should additionally require all purple | ||
75 | // letters when the Strict Purple Ending option is on. | ||
76 | optional bool purple_ending = 9; | ||
77 | |||
78 | // This means that the connection should additionally require all cyan letters | ||
79 | // when the Strict Cyan Ending option is on. | ||
80 | optional bool cyan_ending = 10; | ||
73 | } | 81 | } |
74 | 82 | ||
75 | message HumanConnections { | 83 | message HumanConnections { |