diff options
Diffstat (limited to 'npc/functions/lockpicks.txt')
-rw-r--r-- | npc/functions/lockpicks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/lockpicks.txt b/npc/functions/lockpicks.txt index 1409165f8..4252b4e1f 100644 --- a/npc/functions/lockpicks.txt +++ b/npc/functions/lockpicks.txt @@ -88,7 +88,7 @@ function script LockPicking { // The biggie is that you're running against time, here!!! } - if (@pos > .@d) { + if (@pos >= .@d) { THIEF_EXP += .@d*.@m; return 1; } |