summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)