diff options
-rw-r--r-- | npc/000-1/silvio.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index 3f920fb5..6eb3bd71 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -15,7 +15,8 @@ menu l("Hello... Do I know you?"), -, - l("Fine thank you. Could you please tell me where I can find Gugli's sailors?"), l_Sailors, + rif(getq(ShipQuests_Gugli) > 0, l("Fine, could you please tell me where I can find Gugli's sailors?")), l_Sailors, + l(""), l_Sailors, l("Uhm, bye."), l_Quit; mes ""; |