summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/lockpicks.txt2
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;
}