diff options
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r-- | npc/000-1/gugli.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index d8e5de9d..20b8c358 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -117,12 +117,12 @@ L_CollectSmthing: if (countitem("PlushroomBox") == 1) delitem "PlushroomBox", 1; mesq l("You still need to give me boxes from: "); - if (getq(ShipQuests_Astapolos) == 0), mesq l("- Astapolos"); - if (getq(ShipQuests_Ale) == 0), mesq l("- Ale"); - if (getq(ShipQuests_Gulukan) == 0), mesq l("- Gulukan"); - if (getq(ShipQuests_Jalad) == 0), mesq l("- Jalad"); - if (getq(ShipQuests_QMuller) == 0), mesq l("- Q'Muller"); - if (getq(ShipQuests_Tibbo) == 0), mesq l("- Tibbo"); + if (getq(ShipQuests_Astapolos) == 0) mesq l("- Astapolos"); + if (getq(ShipQuests_Ale) == 0) mesq l("- Ale"); + if (getq(ShipQuests_Gulukan) == 0) mesq l("- Gulukan"); + if (getq(ShipQuests_Jalad) == 0) mesq l("- Jalad"); + if (getq(ShipQuests_QMuller) == 0) mesq l("- Q'Muller"); + if (getq(ShipQuests_Tibbo) == 0) mesq l("- Tibbo"); close; |