summaryrefslogtreecommitdiff
path: root/npc/025-3/ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-3/ctrl.c')
-rw-r--r--npc/025-3/ctrl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/025-3/ctrl.c b/npc/025-3/ctrl.c
index 0c1a3154d..1cfcf75e6 100644
--- a/npc/025-3/ctrl.c
+++ b/npc/025-3/ctrl.c
@@ -26,6 +26,9 @@ OnTouch:
mesc l(".:: Impregnable Fortress, %sF ::.", "0"), 3;
msObjective(getq(General_Fortress) == 1, l("* Obtain the Fortress Key"));
msObjective($MK_TEMPVAR < MKIF_LV_B0F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B0F));
+ mes "";
+ mesc l("Hint: Eek! Eek! Eek!");
+ tutmes l("Explore all map elements (including monsters) with the hint in mind to fulfill the mission objectives. They'll never demand something outside the mission map!");
end;
L_Warp:
@@ -51,6 +54,7 @@ OnMoubiKill:
setq General_Fortress, 1, 0, 0;
getexp 0, 50000;
}
+ fix_mobkill(AngryBat);
end;
}