diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/021-1/logic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt index 54ef80358..cfb799a38 100644 --- a/npc/021-1/logic.txt +++ b/npc/021-1/logic.txt @@ -75,7 +75,7 @@ OnTouch: if (!$NIVALIS_LIBDATE) { npctalkonce l("Brr! It's extremely cold! I cannot go there!"); end; - else if (BaseLevel < 40) { + } else if (BaseLevel < 40) { mesc l("You're about to enter a dangerous area. Are you sure?"); if (askyesno() == ASK_NO) end; |