diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-06-04 15:42:02 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-06-04 15:42:02 -0400 |
commit | a36a38dbca043e36ff96b983de4c96836ca4b9f7 (patch) | |
tree | 0333afba41e4e9b710e1f78e3ce75e5960bd90e9 | |
parent | ab76e47e3f090b29aaba2ec4579e2431a4465d12 (diff) | |
download | serverdata-a36a38dbca043e36ff96b983de4c96836ca4b9f7.tar.gz serverdata-a36a38dbca043e36ff96b983de4c96836ca4b9f7.tar.bz2 serverdata-a36a38dbca043e36ff96b983de4c96836ca4b9f7.tar.xz serverdata-a36a38dbca043e36ff96b983de4c96836ca4b9f7.zip |
add state 12 back to peetu
-rw-r--r-- | world/map/npc/048-2/helperAccused.txt | 3 |
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; |