diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-08 11:31:57 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-08 11:31:57 +0200 |
commit | d4d2c2403b2996e522fb62bdf04eb8042ed1e307 (patch) | |
tree | a948224cafff6787a1ef2943fe87f32350ac6619 /npc | |
parent | d0304d93b4ef69f0f1e170c1ce0ecc87056c27e8 (diff) | |
download | serverdata-d4d2c2403b2996e522fb62bdf04eb8042ed1e307.tar.gz serverdata-d4d2c2403b2996e522fb62bdf04eb8042ed1e307.tar.bz2 serverdata-d4d2c2403b2996e522fb62bdf04eb8042ed1e307.tar.xz serverdata-d4d2c2403b2996e522fb62bdf04eb8042ed1e307.zip |
Fixed some english in NPC Janus script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-9/janus.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/001-2-9/janus.txt b/npc/001-2-9/janus.txt index f97f0be8..00f92a2f 100644 --- a/npc/001-2-9/janus.txt +++ b/npc/001-2-9/janus.txt @@ -44,9 +44,10 @@ speech 5, l("Oh oh... I see, your party became so big that you want to create an even larger structure?"), - l("Or, do you want to keep your friendship and your adventure in different groups?"), - l("Anyway, the guild creation is perfect for both case! You can keep your current party as is while having a guild to talk and share different items with all of your friends!"), - l("The @@ is a one time item, you can use it as many time as you want, but you can only have one!", getitemlink (GuildCertification)), + l("Or do you want to keep your friendships and adventures in different groups?"), + l("Anyway, the guild creation is perfect for both!"), + l("You can keep your current party as it, while leading or being part of a guild in order to talk and share different items with all of its members!"), + l("The @@ is a one time item, you can use it as many times as you want, but you can only have one!", getitemlink (GuildCertification)), l("The cost to create a guild is of @@ E, are you interested?", .@guild_price); if (askyesno () == 1) |