summaryrefslogtreecommitdiff
path: root/npc/functions/lockpicks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/lockpicks.txt')
-rw-r--r--npc/functions/lockpicks.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/lockpicks.txt b/npc/functions/lockpicks.txt
index ec5daf50b..cf84e5bf4 100644
--- a/npc/functions/lockpicks.txt
+++ b/npc/functions/lockpicks.txt
@@ -43,7 +43,7 @@ function script LockPicking {
@pins[.@i] = rand(1,.@m);
// Check if you'll try to open it.
- mesc l("This lock is simple, maybe with your thief skills can manage. But beware, you can end up in jail!");
+ mesc l("This lock is simple, maybe with your thief skills you can manage to pry it open. But beware, you can end up in jail!");
mesc l("Will you try to unlock it?");
if (askyesno() == ASK_NO)
close;
@@ -60,7 +60,7 @@ function script LockPicking {
// There's no penalty, but the attempt is counted working or not!
// Remember if you fail, all previous pins will be cleared (@pos)
for (.@i=0; .@i < (.@d+.@m+THIEF_RANK) ; .@i++) {
- mesc l("You are trying to open the @@th pin. What to do?", @pos+1);
+ mesc l("You are trying to open the @@th pin. What will to do?", @pos+1);
menuint
rif(.@m <= 4, l("Apply no pressure")), 4,
rif(.@m <= 2, l("Apply soft pressure")), 2,