summaryrefslogtreecommitdiff
path: root/npc/001-2-21
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-21
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-21')
-rw-r--r--npc/001-2-21/julia.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt
index 6ebd7438..008cdb41 100644
--- a/npc/001-2-21/julia.txt
+++ b/npc/001-2-21/julia.txt
@@ -21,7 +21,7 @@ L_Menu:
menu
rif(getskilllv(1) < 6, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill,
- rif (.@enora == 0, l("Where should I go?")), L_Enora,
+ rif(.@enora == 0, l("Where should I go?")), L_Enora,
lg("I made a mistake, I would like to change my language."), L_ChooseLang,
l("Is it possible to go back to Drasil Island?"), L_Island,
l("Could you explain to me where I am?"), L_WhereIam,
@@ -48,7 +48,7 @@ L_ChooseLang:
mesq l("Of course! Tell me which language you speak and I will change the note on the ship board list.");
next;
- asklanguage (LANG_IN_SHIP);
+ asklanguage(LANG_IN_SHIP);
mes "";
mesn;