diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1_Sandstorm/nickos.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/002-1_Sandstorm/nickos.txt b/npc/002-1_Sandstorm/nickos.txt index f0ba864d..6ccfaf75 100644 --- a/npc/002-1_Sandstorm/nickos.txt +++ b/npc/002-1_Sandstorm/nickos.txt @@ -39,7 +39,10 @@ L_Nickos_Orders_Received: L_Nickos_Mine: mes "[Nickos]"; - mes "\"I haven't heard from the miners in a while, but I've got to keep to my post unless there is due reason to investigate. Normally the miners take care of themselves without any problem. Could you check on them for me, though?\""; + mes "\"I haven't heard from the miners in a while, but I've got to keep to my post unless there is due reason to investigate. Normally the miners take care of themselves without any problem.\""; + next; + mes "[Nickos]"; + mes "\"Could you check on them for me, though?\""; menu "Yes.", L_Nickos_Mine_Open, "No.", L_Nickos_Disappoint; |