From e2dcb66e1d352b1b254ff5adba1dd4b23fa8ca51 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 11:31:26 -0300 Subject: Pipeline bugs... --- npc/functions/lockpicks.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/lockpicks.txt') diff --git a/npc/functions/lockpicks.txt b/npc/functions/lockpicks.txt index 1efd3c1ea..9e7ef4981 100644 --- a/npc/functions/lockpicks.txt +++ b/npc/functions/lockpicks.txt @@ -123,7 +123,7 @@ function script ArrestedChances { .@runaway+=limit(0, THIEF_RANK*15, 100); // real max 7.5% // Max runaway chance: 40% if (rand2(1000) < .@runaway) - return false - return true + return false; + return true; } -- cgit v1.2.3-60-g2f50