diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 17:37:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 17:37:41 -0300 |
commit | 44a929b118885561c5f8de4d12fff1fdbd900b19 (patch) | |
tree | 2715c1d5dfc44a4910489811dd5d899070cdc735 /npc/042-0/arthur.txt | |
parent | a8acd77deb114e5f151971fa6eeca4271d813f35 (diff) | |
download | serverdata-44a929b118885561c5f8de4d12fff1fdbd900b19.tar.gz serverdata-44a929b118885561c5f8de4d12fff1fdbd900b19.tar.bz2 serverdata-44a929b118885561c5f8de4d12fff1fdbd900b19.tar.xz serverdata-44a929b118885561c5f8de4d12fff1fdbd900b19.zip |
sc configuration (so max hp bonus is dispelled on logout)
Diffstat (limited to 'npc/042-0/arthur.txt')
-rw-r--r-- | npc/042-0/arthur.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 18b067beb..fbdd993e8 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -205,6 +205,7 @@ OnTouch: if (.@pos > GPOS_VICELEADER) goto L_Refusal; if ($KAMELOT_QUEST[.@g] & 1) goto L_Hint; npctalk3 l("Oh, hello %s.", strcharinfo(0)); + end; L_Refusal: mesn; |