diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 22:33:31 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 22:33:31 -0700 |
commit | a00579f57be4f02cd2a60ecd9468277ba6631e78 (patch) | |
tree | bc1117ddede14e61b030bfe7a337d323ddea75c2 /world/map/npc/021-2 | |
parent | c0ba38cd4b68491e28e467889804ebc09c9c002e (diff) | |
download | serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.gz serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.bz2 serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.xz serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.zip |
Fix style (split for more readable diff)
Diffstat (limited to 'world/map/npc/021-2')
-rw-r--r-- | world/map/npc/021-2/government_building.txt | 7 | ||||
-rw-r--r-- | world/map/npc/021-2/kylian.txt | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/021-2/government_building.txt b/world/map/npc/021-2/government_building.txt index 7b39a821..e0a8796b 100644 --- a/world/map/npc/021-2/government_building.txt +++ b/world/map/npc/021-2/government_building.txt @@ -61,10 +61,9 @@ L_get_rings: if (Zeny < WEDDING_FEE) menu "Thanks anyways. I don't have enough with me.", L_Close; - //else - menu - "I'll buy a pair.", L_get_rings_pay, - "Thanks anyways.", L_Close; + menu + "I'll buy a pair.", L_get_rings_pay, + "Thanks anyways.", L_Close; L_get_rings_pay: callsub S_give_rings; diff --git a/world/map/npc/021-2/kylian.txt b/world/map/npc/021-2/kylian.txt index 4e26b6dd..49d2d78b 100644 --- a/world/map/npc/021-2/kylian.txt +++ b/world/map/npc/021-2/kylian.txt @@ -103,6 +103,7 @@ L_Next: "I'm a great adventurer! I don't do errands.",L_Close, "No, I'm busy.",L_Close, "Mh, ok.",L_Luggage; + L_Luggage: mes "[Kylian]"; mes "\"I need someone to get my luggage from the docks. Show this paper to the sailor who's watching the luggage.\""; |