diff options
author | wushin <pasekei@gmail.com> | 2015-01-24 13:39:18 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-24 13:39:18 -0600 |
commit | 3885636fdeef604822d807b42ebe772a29da0e36 (patch) | |
tree | e6e5a7960afeec680b89f1701689146f162d65dd /world/map/npc | |
parent | fcc744c5db415b4e16267fc06e393a65c0b5fd7f (diff) | |
download | serverdata-3885636fdeef604822d807b42ebe772a29da0e36.tar.gz serverdata-3885636fdeef604822d807b42ebe772a29da0e36.tar.bz2 serverdata-3885636fdeef604822d807b42ebe772a29da0e36.tar.xz serverdata-3885636fdeef604822d807b42ebe772a29da0e36.zip |
Move L_Close to L_Exit
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/029-3/parua.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt index 2b6f06e3..db0ae0a1 100644 --- a/world/map/npc/029-3/parua.txt +++ b/world/map/npc/029-3/parua.txt @@ -144,7 +144,7 @@ L_Explain: next; mes "\"Pay me and I will use my dark astral magic to summon the undead. If you survive you will receive 100 Boss Points.\""; menu - "I need to think about this.", L_Close, + "I need to think about this.", L_Exit, "I'm interested.", L_Next, "What are Boss Points?", L_Explain_Boss_Points; @@ -158,7 +158,7 @@ L_Explain_Boss_Points: next; mes "\"Be aware, they can be consumed as well. For instance by negative actions, such as selfishness or simply stupidity.\""; menu - "Thanks, I will think about your offer now.", L_Close, + "Thanks, I will think about your offer now.", L_Exit, "I want to challenge the powers in this cave.", L_Next; L_Stuck: |