summaryrefslogtreecommitdiff
path: root/npc/001-1/salem.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-10-11 19:02:11 -0400
committergumi <mekolat@users.noreply.github.com>2017-10-11 19:02:20 -0400
commit6662b6f305976881c3e675241c41be7731b65aa5 (patch)
treea8ecaa074cf67cb929f4de6ed62ef7c4b49c46d1 /npc/001-1/salem.txt
parent03049799efdc103fdd74e77161ed6a907acb7dde (diff)
downloadserverdata-s20171023.tar.gz
serverdata-s20171023.tar.bz2
serverdata-s20171023.tar.xz
serverdata-s20171023.zip
what's up with this crazy syntax?s20171023
I blame Reid
Diffstat (limited to 'npc/001-1/salem.txt')
-rw-r--r--npc/001-1/salem.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt
index eee2a161..b80cb76e 100644
--- a/npc/001-1/salem.txt
+++ b/npc/001-1/salem.txt
@@ -72,7 +72,7 @@
speech
l("Look who is back..."),
l("And with my piou. That's wonderful. I can only imagine how hard that little bugger was to catch!"),
- l("Great, and as I promised, I give you a 90% discount on the @@ of your choice.", getitemlink (PiouEgg));
+ l("Great, and as I promised, I give you a 90% discount on the @@ of your choice.", getitemlink(PiouEgg));
next;
@ArtisQuests_PiouPrice = 3000;
@@ -168,8 +168,8 @@ L_AboutPious:
next;
select
- rif (.@q == 0, l("Sounds like a good deal to me. I'll do it.")),
- rif (.@q == 1, l("I'm on my way! I will bring it back to you.")),
+ rif(.@q == 0, l("Sounds like a good deal to me. I'll do it.")),
+ rif(.@q == 1, l("I'm on my way! I will bring it back to you.")),
l("I don't really have time to go chasing pious, let me just buy one at the regular price (30000 E)."),
l("I don't want to buy a piou right now.");