summaryrefslogtreecommitdiff
path: root/npc/001-2-19/lloyd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-19/lloyd.txt')
-rw-r--r--npc/001-2-19/lloyd.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/001-2-19/lloyd.txt b/npc/001-2-19/lloyd.txt
index e2f02ec0..a0051caa 100644
--- a/npc/001-2-19/lloyd.txt
+++ b/npc/001-2-19/lloyd.txt
@@ -233,15 +233,14 @@ OnInit:
.sex = G_MALE;
.distance = 4;
end;
+}
-OnPCLoginEvent:
+function script FixBankVault {
if (#MerchantBank)
{
BankVault += max(0, #MerchantBank);
#MerchantBank = 0;
}
- // If you're inside a cave, update spotlights
- if (strpos(getmap(), "-3-") >= 0)
- updateSpotlight();
- end;
+ return;
}
+