diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-06 22:21:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-06 22:21:30 -0300 |
commit | ab10488144dfc3b002a580ccc4084c35ca83639f (patch) | |
tree | 65af1189eaa7c1d855acf2d784bb5b5a16609992 /npc/functions | |
parent | a3dcb5b0ddb5fd630e99852aac68073f6d4d2e7f (diff) | |
download | serverdata-ab10488144dfc3b002a580ccc4084c35ca83639f.tar.gz serverdata-ab10488144dfc3b002a580ccc4084c35ca83639f.tar.bz2 serverdata-ab10488144dfc3b002a580ccc4084c35ca83639f.tar.xz serverdata-ab10488144dfc3b002a580ccc4084c35ca83639f.zip |
Fix typos reported by @demure <3
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/lockpicks.txt | 4 |
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, |