diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/aahna.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt index 2a0894add..4ad2bdd10 100644 --- a/npc/003-1/aahna.txt +++ b/npc/003-1/aahna.txt @@ -27,6 +27,7 @@ OnInit: // Used to be Sunday 18:00~20:00 // Now it is Sunday 16:00~20:00 OnSun1600: + if (debug) end; $@EXP_EVENT=rand2(15, 20); if ($@EXP_EVENT > 15 && $@EXP_EVENT != 20) $@EXP_EVENT=rand2(15, 20); |