summaryrefslogtreecommitdiff
path: root/npc/001-2-28
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-2-28
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/001-2-28')
-rw-r--r--npc/001-2-28/plush.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-2-28/plush.txt b/npc/001-2-28/plush.txt
index 1a9968e2..5600f2f2 100644
--- a/npc/001-2-28/plush.txt
+++ b/npc/001-2-28/plush.txt
@@ -19,7 +19,7 @@
}
function accepted_room {
- .@price = getarg (0);
+ .@price = getarg(0);
if (Zeny < .@price)
{
speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("You don't have enough money, bring @@ E.", .@price);
@@ -49,7 +49,7 @@
if (askyesno() == ASK_YES)
{
- accepted_room (.@price);
+ accepted_room(.@price);
}
else
{
@@ -91,7 +91,7 @@
do
{
- .@q = select (
+ .@q = select(
l("Could I lodge here for a while?"),
l("What service do you offer?"),
l("What is your tipiou trying to do?"),