summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-3/malindou.txt2
-rw-r--r--npc/017-3/vault.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 4a8d77ac2..ecad4da98 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -94,7 +94,7 @@ OnInit:
debugmes "* Initial Vault Values";
debugmes "";
DelItemFromEveryPlayer(802);
- $VAULT_01738039=0;
+ $VAULT_01738039=rand(5,25);
}
diff --git a/npc/017-3/vault.txt b/npc/017-3/vault.txt
index 8770bdeea..3f693e7d4 100644
--- a/npc/017-3/vault.txt
+++ b/npc/017-3/vault.txt
@@ -10,6 +10,7 @@
// 2*3 = 6 possibilities, 5 attempts
if (LockPicking(2, 3)) {
Zeny=Zeny+$VAULT_01738039;
+ $VAULT_01738039=0;
mesn;
mesq l("Booty!");
} else {