diff options
Diffstat (limited to 'world/map/npc/026-2/cerhan.txt')
-rw-r--r-- | world/map/npc/026-2/cerhan.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/world/map/npc/026-2/cerhan.txt b/world/map/npc/026-2/cerhan.txt index 3104e34f..64cc723f 100644 --- a/world/map/npc/026-2/cerhan.txt +++ b/world/map/npc/026-2/cerhan.txt @@ -24,6 +24,21 @@ L_Story: L_GoodLuckWith: mes "[Cerhan]"; mes "\"If you're interested in weapons and armor, you may want to come back later.\""; + if (countitem("SandCutter") > 0) + menu + "[Leave]",L_Close, + "Actually, I exchanged my Mylarin Dust with a bunny girl.", L_SandCutter; + close; + +L_SandCutter: + mes "[Cerhan]"; + mes "\"What?! Are you mad?! Do you know how many night desert warriors the bunny girl, Ashley, even killed?!\""; + next; + mes "[Cerhan]"; + mes "\"Gosh, I fear for those whom wrong her. I hope you did not provoke her while doing this exchange.\""; + next; + mes "[Cerhan]"; + mes "\"Ugh... I really should finishing settin up my shop, but... I'm so lazy.\""; goto L_Close; L_Mylarin: |