diff options
author | Wombat <hpwombat@yahoo.com> | 2011-07-15 12:06:08 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-07-15 12:06:08 -0400 |
commit | b4cb929162028a6405a750db575cc9194298c551 (patch) | |
tree | 1eae1ab1a15ef398ab1d69858a866b346da0967b /world/map/npc | |
parent | 1602efbb055f951d5ce1907cb33d5ff1ebb563d1 (diff) | |
download | serverdata-b4cb929162028a6405a750db575cc9194298c551.tar.gz serverdata-b4cb929162028a6405a750db575cc9194298c551.tar.bz2 serverdata-b4cb929162028a6405a750db575cc9194298c551.tar.xz serverdata-b4cb929162028a6405a750db575cc9194298c551.zip |
Revert "Fixed a small typo in the rossy script. Fixed some issues in the rossy caves."
This reverts commit 758535126479ada6fa0c5c4371d2fd3d37d39dfb.
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/025-1/rossy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt index a9f425bb..7dd36477 100644 --- a/world/map/npc/025-1/rossy.txt +++ b/world/map/npc/025-1/rossy.txt @@ -63,7 +63,7 @@ L_Check: mes "\"Hey, that is nice of you to come back. I was thinking about giving a basket full of cherries to my mother, to make her happy, you know... But we'd need at least ten cherries, and it would take ages for me to get so many by myself!\""; next; menu - "That is no problem for me. Just wait and I will come back with the cherries.", L_No, + "That is no problem for me. Just wait and I will come back with the cherries", L_No, "Hey, I have some cherries in my backpack!", -, "You should get them yourself.", L_No; if(countitem("Cherry") < 10) goto L_Get_Cherry; |