From 3b415b3f5f182238da9ed83e0b2b07fb07044e04 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 6 Feb 2026 13:03:32 -0500 Subject: Annotated RTE rooms for most maps --- proto/human.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index 39625d5..484369e 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -238,6 +238,7 @@ message HumanMap { optional DaedalusOnlyMode daedalus_only_mode = 6; optional PortIdentifier worldport_entrance = 3; + optional string rte_room = 7; // These two fields are used by the validator and nothing else. excluded_nodes // are objects in the tscn that are intentionally not mentioned in the txtpb. @@ -286,6 +287,7 @@ message IdMappings { message MapIds { map doors = 1; map rooms = 2; + optional uint64 rte = 3; } map maps = 1; -- cgit 1.4.1