summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index 0a5f2b2..d2327e0 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -638,6 +638,7 @@ def read_cave(filename, mvf=None, cave=None):
What is Class CaveAndEntrance for? It was to allow mandy<=>many relationship between caves and entrances, but now we insist
only one Cave for any Entrance, so this Class is reduncdant and should be removed..
"""
+ c = cave
for e in entrances:
eslug = getXML(e, "entranceslug", maxItems=1, context=context)[0]