diff options
Diffstat (limited to 'npc/017-3/vault.txt')
-rw-r--r-- | npc/017-3/vault.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/vault.txt b/npc/017-3/vault.txt index 3f693e7d4..13e13b068 100644 --- a/npc/017-3/vault.txt +++ b/npc/017-3/vault.txt @@ -6,7 +6,7 @@ 017-3,80,39,0 script Vault NPC_NO_SPRITE,{ mesn; - mesq l("There's a shiny safe here. How much money is inside? Nobody is looking at, great!"); + mesq l("There's a shiny safe here. How much money is inside? Nobody is looking at you, great!"); // 2*3 = 6 possibilities, 5 attempts if (LockPicking(2, 3)) { Zeny=Zeny+$VAULT_01738039; |