diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-23 10:39:03 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-23 10:39:03 -0400 |
commit | 71ac41d5e3b426456f30229df3130989abceae99 (patch) | |
tree | 2615ef704975503478c31227b1540b19f49d4030 /proto | |
parent | 3ee1d4064ce68f464e0f223197fcbf47a816270a (diff) | |
download | lingo2-archipelago-71ac41d5e3b426456f30229df3130989abceae99.tar.gz lingo2-archipelago-71ac41d5e3b426456f30229df3130989abceae99.tar.bz2 lingo2-archipelago-71ac41d5e3b426456f30229df3130989abceae99.zip |
Mark the_advanced as a gift map
Diffstat (limited to 'proto')
-rw-r--r-- | proto/data.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 38b8822..0f668f2 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -55,6 +55,7 @@ enum DoorGroupType { | |||
55 | enum MapType { | 55 | enum MapType { |
56 | NORMAL_MAP = 0; | 56 | NORMAL_MAP = 0; |
57 | ICARUS = 1; | 57 | ICARUS = 1; |
58 | GIFT_MAP = 2; | ||
58 | } | 59 | } |
59 | 60 | ||
60 | enum AxisDirection { | 61 | enum AxisDirection { |