about summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-23 10:39:03 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-23 10:39:03 -0400
commit71ac41d5e3b426456f30229df3130989abceae99 (patch)
tree2615ef704975503478c31227b1540b19f49d4030 /proto
parent3ee1d4064ce68f464e0f223197fcbf47a816270a (diff)
downloadlingo2-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.proto1
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 {
55enum MapType { 55enum MapType {
56 NORMAL_MAP = 0; 56 NORMAL_MAP = 0;
57 ICARUS = 1; 57 ICARUS = 1;
58 GIFT_MAP = 2;
58} 59}
59 60
60enum AxisDirection { 61enum AxisDirection {