summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-2-19/lloyd.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/001-2-19/lloyd.txt b/npc/001-2-19/lloyd.txt
index 4120c502..fc17cc4f 100644
--- a/npc/001-2-19/lloyd.txt
+++ b/npc/001-2-19/lloyd.txt
@@ -240,7 +240,8 @@ OnPCLoginEvent:
BankVault += max(0, #MerchantBank);
#MerchantBank = 0;
}
-// if (getmap() ~= "*-3-*")
-// updateSpotlight();
+ // If you're inside a cave, update spotlights
+ if (strpos(getmap(), "-3-") >= 0)
+ updateSpotlight();
end;
}