diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/023-2/mk.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt index 8b2b789cc..b5e8d5247 100644 --- a/npc/023-2/mk.txt +++ b/npc/023-2/mk.txt @@ -219,10 +219,10 @@ OnTouch: end; } -023-2,35,90,0 script #NLIB_T07 NPC_HIDDEN,0,2,{ +023-2,35,90,0 script #NLIB_T07 NPC_HIDDEN,1,3,{ OnTouch: - if (gettime(2) < 25 || gettime(2) > 35) { + if (gettime(2) < 25 || gettime(2) > 45) { slide 39, 89; dispbottom l("I should not go ahead... yet."); } |