From dcd3e4d245df049cbf8cb62ce55a86f252b078d8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 7 Sep 2018 01:10:24 -0300 Subject: [skip ci] Try to fix bad operand --- npc/functions/lockpicks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50