summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-1/gugli.txt12
-rw-r--r--npc/000-2-0/julia.txt2
-rw-r--r--npc/000-2-1/chefgado.txt2
3 files changed, 8 insertions, 8 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;
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index dec5ed8f..b37efcab 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -208,7 +208,7 @@ L_PoisonJulia:
mesq l("Seems yummy! Let me taste it!");
next;
mesq l("Hmmm, hm... *cough*, *cough*, *burp*, *cough*. What... What is that?!... *cough*, *burp*... Damn Gado... *cough*");
- if (countitem("PoisonedDish") > 0), delitem "PoisonedDish", 1;
+ if (countitem("PoisonedDish") > 0) delitem "PoisonedDish", 1;
setq ShipQuests_ChefGado, 3;
close;
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 3fec3046..53664db5 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -190,7 +190,7 @@ L_Aborting:
next;
mesq lg("Give me back this dish, you dirty liar!");
- if (countitem("PoisonedDish") > 0), delitem "PoisonedDish", 1;
+ if (countitem("PoisonedDish") > 0) delitem "PoisonedDish", 1;
next;
mesq l("You're like the rest of this filthy crew, I can't trust you!");