summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperAccused.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/048-2/helperAccused.txt')
-rw-r--r--world/map/npc/048-2/helperAccused.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/048-2/helperAccused.txt b/world/map/npc/048-2/helperAccused.txt
index 96bc6827..7be0c0ad 100644
--- a/world/map/npc/048-2/helperAccused.txt
+++ b/world/map/npc/048-2/helperAccused.txt
@@ -6,7 +6,7 @@
048-2,25,135,0|script|Peetu|130
{
- if (QL_BSAGE_INVESTIGATE >= 12 && QL_BSAGE_INVESTIGATE < 13) goto L_Thank;
+ if (QL_BSAGE_INVESTIGATE == 12) goto L_Thank;
if (QL_BSAGE_INVESTIGATE > 4 && QL_BSAGE_INVESTIGATE < 13) goto L_Investigate;
if (QL_BSAGE_INVESTIGATE > 1 && QL_BSAGE_INVESTIGATE < 13) goto L_Query;
if (QL_BSAGE_INVESTIGATE == 1) goto L_Help;
@@ -125,6 +125,7 @@ L_ReallyMore:
mes "I mean, this is alarming news, but I'm so glad that this isn't my fault and that he feels I deserve to keep my job.\"";
next;
mes "\"It isn't much, but please take these Silk Gloves. We use those when we have to protect our hands, but still need to perform magic.\"";
+ set QL_BSAGE_INVESTIGATE, 12;
getitem "SilkGloves", 1;
goto L_Close;