From 1625a53bbf6ad7a1ee23e411618de75dd05eb1f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 17 Nov 2022 16:41:33 -0300 Subject: Now that CaveSnakeLamp was purged, we can use it as a constant --- evolved.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-60-g2f50