summaryrefslogtreecommitdiff
path: root/npc/000-2-3
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/000-2-3
parent03049799efdc103fdd74e77161ed6a907acb7dde (diff)
downloadserverdata-6662b6f305976881c3e675241c41be7731b65aa5.tar.gz
serverdata-6662b6f305976881c3e675241c41be7731b65aa5.tar.bz2
serverdata-6662b6f305976881c3e675241c41be7731b65aa5.tar.xz
serverdata-6662b6f305976881c3e675241c41be7731b65aa5.zip
what's up with this crazy syntax?s20171023
I blame Reid
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/box.txt2
-rw-r--r--npc/000-2-3/elmo.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 7aafb9af..cc280b74 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -98,7 +98,7 @@ L_Already:
setcamnpc "Nard";
mes "";
mesn "Nard";
- mesq l("You already took a @@, please put this one back in the box.", getitemlink (Bandana));
+ mesq l("You already took a @@, please put this one back in the box.", getitemlink(Bandana));
close;
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index 8e2ef044..c623e321 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -30,13 +30,13 @@
l("Hey you, sorry for leaving your room so quickly. I needed to speak with the captain about the food reserves. You know, now that we have a new mouth to feed, we need to check what we have."),
l("So, how is it going? Did you meet any other crew members yet?");
- switch (select (l("Yes, Arpan gave me these clothes."), l("Not yet.")))
+ switch (select(l("Yes, Arpan gave me these clothes."), l("Not yet.")))
{
case 1:
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Oh good! Did he give you your money back as well?");
- switch (select (l("Yes he did."), l("He told me nothing about that.")))
+ switch (select(l("Yes he did."), l("He told me nothing about that.")))
{
case 1:
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
@@ -45,7 +45,7 @@
case 2:
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Hehe, sometimes he gets his head in the clouds, You should go ask him about that.");
- setq ShipQuests_ArpanMoney, 1;
+ setq ShipQuests_ArpanMoney, 1;
break;
}