diff options
-rw-r--r-- | npc/003-1/ched.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt index 244b8901a..df51cd581 100644 --- a/npc/003-1/ched.txt +++ b/npc/003-1/ched.txt @@ -65,7 +65,10 @@ if (season() == SUMMER && !$@GM_OVERRIDE) goto L_Summer; if ((season() == AUTUMN && !.@claimed)) goto L_Autumn; - hello; + if (rand(0,10) == 6) + npctalk3("I wanted to go to the beach, but I can't find the cave entrance. They told me to look around here... What am I doing wrong?"); + else + hello; end; // Summer Event |