summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/020-1/trainer.txt1
-rw-r--r--npc/items/mercenary.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/npc/020-1/trainer.txt b/npc/020-1/trainer.txt
index df039743d..a6f001f00 100644
--- a/npc/020-1/trainer.txt
+++ b/npc/020-1/trainer.txt
@@ -51,7 +51,6 @@ L_Main:
.@mid=merc_randid(0, 0, 0, 1000, 0);
mercenary_create(.@mid, 3600000);
POL_PlayerMoney(.@gp);
- debugmes "New merc: %d", .@mid;
}
break;
case 3:
diff --git a/npc/items/mercenary.txt b/npc/items/mercenary.txt
index 87031e619..ea7f1389a 100644
--- a/npc/items/mercenary.txt
+++ b/npc/items/mercenary.txt
@@ -99,7 +99,7 @@ function script merc_randid {
.@n=any_of(.@r);
}
- debugmes "Return: %d ([%d, %d, %d])", .@n, .@r[0], .@r[1], .@r[2];
+ //debugmes "Return: %d ([%d, %d, %d])", .@n, .@r[0], .@r[1], .@r[2];
return .@n;
}