From e876bad4ee2257359faf5fbae7bbae55a7e121ed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Jan 2024 15:19:17 -0300 Subject: Fortress Town Siege: Give two guards to the hero instead of one (...) --- npc/025-1/ctrl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/025-1') diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 0c5ea7798..160206415 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -286,6 +286,8 @@ OnMPReinforce: // Summon allies // Last a whole minute summon("Allied Guard", any(FallenGuard1, FallenGuard2, FallenGuard3)); + if (strcharinfo(0) == $MOST_HEROIC$) + summon("Allied Guard", any(FallenGuard1, FallenGuard2, FallenGuard3)); end; ///////////////////////////////////////////////////////// -- cgit v1.2.3-70-g09d2