X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=make_graph.py;h=a2b0afc6453572fb61491cbcbf79f8a13ac3c361;hb=9e6095afa0a3354daab554501e82c2c03bf588cd;hp=6623aff976f2019694a6b32ad6a57e1ced34e314;hpb=ad75cc1eb7638f6fe7bdb7ea0cf12376b3a7d9b3;p=open-adventure.git diff --git a/make_graph.py b/make_graph.py index 6623aff..a2b0afc 100755 --- a/make_graph.py +++ b/make_graph.py @@ -15,7 +15,7 @@ import sys, yaml, getopt def allalike(loc): "Select out loci related to the Maze All Alike" - return ("ALIKE" in loc) or (loc == "LOC_PITBRINK") or ("MAZEEND" in loc) or ("STALACTITE" in loc) or (loc == "LOC_MISTWEST") + return ("ALIKE" in loc) or (loc == "LOC_PITBRINK") or ("MAZEEND" in loc) or ("STALACTITE" in loc) def surface(attrs): "Select out surface locations"