From 2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 20 Oct 2025 18:33:18 -0400 Subject: Mark some doors as "latched" --- data/maps/the_tenacious/doors.txtpb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/maps/the_tenacious/doors.txtpb') diff --git a/data/maps/the_tenacious/doors.txtpb b/data/maps/the_tenacious/doors.txtpb index 8fe8bd5..4c454c1 100644 --- a/data/maps/the_tenacious/doors.txtpb +++ b/data/maps/the_tenacious/doors.txtpb @@ -6,6 +6,8 @@ doors { doors { name: "K Entered" type: EVENT + latch: true + receivers: "Components/Doors/entry_6" keyholders { room: "Main Area" name: "K" key: "k" } } doors { -- cgit 1.4.1 orm method='get'> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/apworld/__init__.py
blob: 07e3982a2724ffcf7b1594423d251ddff32a6bd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59