diff options
author | Livio Recchia <recchialivio@libero.it> | 2020-11-12 13:30:53 +0000 |
---|---|---|
committer | Livio Recchia <recchialivio@libero.it> | 2020-11-12 13:30:53 +0000 |
commit | 0e5c93d997ea9707067aaccbbace7e26c2b3b08f (patch) | |
tree | c925e081f4c6c45be76a5732bbca49c41a07ef2a | |
parent | be85450a068059d99aecb62264c71edd47c6c0fe (diff) | |
download | serverdata-0e5c93d997ea9707067aaccbbace7e26c2b3b08f.tar.gz serverdata-0e5c93d997ea9707067aaccbbace7e26c2b3b08f.tar.bz2 serverdata-0e5c93d997ea9707067aaccbbace7e26c2b3b08f.tar.xz serverdata-0e5c93d997ea9707067aaccbbace7e26c2b3b08f.zip |
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r-- | npc/008-1-1/hal.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-1-1/hal.txt b/npc/008-1-1/hal.txt index 1aaf6a1e..5c7cce94 100644 --- a/npc/008-1-1/hal.txt +++ b/npc/008-1-1/hal.txt @@ -53,7 +53,7 @@ function QuestPart1 { l("I just want to earn something to make a living."), l("Ah, so special mission is secret mission too? Sorry if I've bothered you."); - if(@menu==1){ + if (@menu == 1) { speech l("You look like anything but military personnel... Okay since the Brotherhood will discharge their quivers on us at the very first encounter I guess that we can make a good use of you."); speech l("We cannot get close to Hurnscald in Legion uniforms so we may need you to get some supplies. However, stay away from Hurnscald if you can."); speech l("Bring us some food supplies to help us feed the troops. We need:"); |