summaryrefslogtreecommitdiff
path: root/npc/001-2-9/janus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-9/janus.txt')
-rw-r--r--npc/001-2-9/janus.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-9/janus.txt b/npc/001-2-9/janus.txt
index 01985c2a..f97f0be8 100644
--- a/npc/001-2-9/janus.txt
+++ b/npc/001-2-9/janus.txt
@@ -20,13 +20,13 @@
l("Creating a party has some advantages, it's a pretty good choice!"),
l("I remember when I created my first party, we were amazed to share some experience with a small group of adventurer..."),
l("Oh! And our party chat was really entertaining, I do highly recommend you to share this fun as well."),
- l("The cost to create a party is of @@E, are you interested?", .@party_price);
+ l("The cost to create a party is of @@ E, are you interested?", .@party_price);
if (askyesno () == 1)
{
if (Zeny < .@party_price)
{
- speech 5, l("You don't have enough money, bring @@E.", .@party_price);
+ speech 5, l("You don't have enough money, bring @@ E.", .@party_price);
}
else
{
@@ -47,13 +47,13 @@
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("The cost to create a guild is of @@E, are you interested?", .@guild_price);
+ l("The cost to create a guild is of @@ E, are you interested?", .@guild_price);
if (askyesno () == 1)
{
if (Zeny < .@guild_price)
{
- speech 5, l("You don't have enough money, bring @@E.", .@guild_price);
+ speech 5, l("You don't have enough money, bring @@ E.", .@guild_price);
}
else
{