summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/aidan.txt2
-rw-r--r--npc/009-1/guards.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt
index ea13ee132..62d99e3c7 100644
--- a/npc/003-1/aidan.txt
+++ b/npc/003-1/aidan.txt
@@ -100,7 +100,7 @@ L_Register:
}
L_Assign:
- callfunc GHQ_Assign(Maggot, "Tulimshar", getitemlink(MaggotCocoon));
+ GHQ_Assign(Maggot, "Tulimshar", getitemlink(MaggotCocoon));
close;
L_Finish:
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt
index 0e9b73995..7a89ca87c 100644
--- a/npc/009-1/guards.txt
+++ b/npc/009-1/guards.txt
@@ -15,7 +15,8 @@
next;
mesn;
mesq l("The path will be open when it's safe again for heavily armed travellers.");
- if (GHQUEST) callfunc GHQ_Assign(Snake, "Halinarzo", "250.000 GP");
+ if (GHQUEST)
+ GHQ_Assign(Snake, "Halinarzo", "250.000 GP");
close;
L_MKControl: