summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-11-23 18:04:04 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-11-23 18:04:04 +0000
commit480b98a704041bdfd00f79d393f90294ff594f2c (patch)
treeb8761ea146803fc0cb5285202f64f001aa8936e3
parent3158bfb7468621be981564eb030a12a40b1acf8f (diff)
downloadtroggle-480b98a704041bdfd00f79d393f90294ff594f2c.tar.gz
troggle-480b98a704041bdfd00f79d393f90294ff594f2c.tar.bz2
troggle-480b98a704041bdfd00f79d393f90294ff594f2c.zip
comment
-rw-r--r--parsers/locations.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/parsers/locations.py b/parsers/locations.py
index 0aa674e..d89ea76 100644
--- a/parsers/locations.py
+++ b/parsers/locations.py
@@ -61,6 +61,10 @@ class MapLocations(object):
# but not in troggle reports unless we include them here
nullent = Entrance.objects.all()[0]
+ # These pending entrnces have been added to the fixedpts but no Cave Description page has been created yet,
+ # nor are they on the pendingcaves.txt list - yet - as they really need a proper name,
+ # /walletedit/2013:02
+ # so probably 2013-BL-02,03 etc.
pending = [
("1623.p2013-cucc-pit", "no ent", False, nullent),
("1623.p2013-cucc-01", "no ent", False, nullent),