From 477fb1f582e517502cbd0fa30d5591be0f684765 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Jan 2020 14:45:31 -0300 Subject: Fix a minor typo on Perry --- npc/003-1/constableperry.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index 95bbf9097..d64f89b45 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -44,6 +44,9 @@ L_Quest: @afkbotwarned=true; close; } + // Now you've done it! + if (@afkbotwarned) + goto L_NowYouHaveDoneIt; close; L_NowYouHaveDoneIt: @@ -96,8 +99,6 @@ L_NowYouHaveDoneIt: OnTouch: .@touchevent=true; - if (@afkbotwarned) - goto L_NowYouHaveDoneIt; if (getequipid(EQI_HEAD_TOP) == AFKCap) goto L_Quest; end; -- cgit v1.2.3-60-g2f50