diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-16 23:26:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-16 23:26:39 -0300 |
commit | 7149c7db7bb9a7b06d0a7b3e32ec3455762a3970 (patch) | |
tree | ed6b2efc9053803280c9aed70d98654e08d18f26 /npc/023-3/logic.txt | |
parent | cd928385d26a8e3b99543711ec601738c6e50bac (diff) | |
download | serverdata-7149c7db7bb9a7b06d0a7b3e32ec3455762a3970.tar.gz serverdata-7149c7db7bb9a7b06d0a7b3e32ec3455762a3970.tar.bz2 serverdata-7149c7db7bb9a7b06d0a7b3e32ec3455762a3970.tar.xz serverdata-7149c7db7bb9a7b06d0a7b3e32ec3455762a3970.zip |
Fix a typo, notes, preventive quest reset
Diffstat (limited to 'npc/023-3/logic.txt')
-rw-r--r-- | npc/023-3/logic.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index dc9e439ee..1f523a735 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -58,7 +58,7 @@ OnTouch: percentheal -100, -100; return false; } - if (.@q == 13) { + if (.@q == 15) { dispbottom lg("I'm not a coward! I must press forward!"); end; } @@ -80,3 +80,5 @@ OnInit: end; } + + |