summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-14 15:19:17 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-14 15:19:17 -0300
commite876bad4ee2257359faf5fbae7bbae55a7e121ed (patch)
tree8263f6a73d02050145f683cc37f8f87367143846 /npc/025-1
parentaf6aa2caba5e84cb5305b02cef5ff4649c49d25c (diff)
downloadserverdata-e876bad4ee2257359faf5fbae7bbae55a7e121ed.tar.gz
serverdata-e876bad4ee2257359faf5fbae7bbae55a7e121ed.tar.bz2
serverdata-e876bad4ee2257359faf5fbae7bbae55a7e121ed.tar.xz
serverdata-e876bad4ee2257359faf5fbae7bbae55a7e121ed.zip
Fortress Town Siege: Give two guards to the hero instead of one (...)
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c2
1 files changed, 2 insertions, 0 deletions
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;
/////////////////////////////////////////////////////////