summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-17 16:41:33 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-17 16:41:33 -0300
commit1625a53bbf6ad7a1ee23e411618de75dd05eb1f2 (patch)
tree88c2059b2fbad146772f9e90f143b647fcf33f11
parent243f612b787142780a8ac072ba775edbe2fec353 (diff)
downloadtools-1625a53bbf6ad7a1ee23e411618de75dd05eb1f2.tar.gz
tools-1625a53bbf6ad7a1ee23e411618de75dd05eb1f2.tar.bz2
tools-1625a53bbf6ad7a1ee23e411618de75dd05eb1f2.tar.xz
tools-1625a53bbf6ad7a1ee23e411618de75dd05eb1f2.zip
Now that CaveSnakeLamp was purged, we can use it as a constant
-rwxr-xr-xevolved.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/evolved.py b/evolved.py
index 8b01942..256116c 100755
--- a/evolved.py
+++ b/evolved.py
@@ -392,7 +392,7 @@ def ItAlloc(it):
return
## Save the Aegis ID
- if (it.aegis not in ["CaveSnakeLamp"]):
+ if (it.aegis not in []):
aegis.write("%s %s\n" % (it.aegis, it.id))
else:
print("%s: Aegis reused as quest var (please purge)" % it.aegis)