diff options
-rw-r--r-- | npc/017-3/vault.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-3/vault.txt b/npc/017-3/vault.txt index 06f048efc..64678e95f 100644 --- a/npc/017-3/vault.txt +++ b/npc/017-3/vault.txt @@ -32,7 +32,7 @@ L_Debug: close; // 2*3 = 6 possibilities, 5 attempts if (ToDoMerc(2, 3)) { - getexp 20, 0; + getexp 20, 60; $VAULT_01738039+=2; mesn; mesq l("Safe again! You've gained some experience for your hard work!"); @@ -48,6 +48,7 @@ OnInit: end; OnClock0201: +OnClock1418: $VAULT_01738039+=rand(5,25); end; } |