summaryrefslogtreecommitdiff
path: root/npc/000-2-3/elmo.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-04 19:53:00 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-04 19:53:00 +0300
commitb5ba5b06918d5b6a48aed7929d8107c052c5bf25 (patch)
tree8f9ec7e15d5bb6733dff5c3cc9fb8dad9622b95e /npc/000-2-3/elmo.txt
parent3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66 (diff)
downloadserverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.gz
serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.bz2
serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.xz
serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.zip
Fix code style.
Add missing spaces, remove useless empty lines.
Diffstat (limited to 'npc/000-2-3/elmo.txt')
-rw-r--r--npc/000-2-3/elmo.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index 52be3941..39e79e65 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -5,7 +5,6 @@
// Elmo's second dialog.
000-2-3.gat,27,27,0,1 script Elmo 309;5,{
-
set @q, getq(ShipQuests_ArpanMoney);
if (@q == 1) goto l_GotMoney;
@@ -61,5 +60,4 @@ l_GotMoney:
mesq l("Other than that, I don't know much about what else is going on, so directly asking the Cap'tain about it could be a good idea.");
close;
-
}