diff options
Diffstat (limited to 'npc/023-3-1/logic.txt')
-rw-r--r-- | npc/023-3-1/logic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 1962edfb3..8cf304e45 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -17,7 +17,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; } @@ -56,7 +56,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; } |