diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index fbb024f10..d82f19d6a 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -250,6 +250,14 @@ function script HUB_SkillInvoke { } SK_summon(.@mobId, 4, any(3,4)); break; + case TMW2_FROZENHEART: + .@mobId=Moggun; + if (rand2(6,12) < (abizit()*2)+1) + { + .@mobId=Yeti; + } + SK_summon(.@mobId, 4, any(3,4)); + break; case TMW2_STONEHEART: .@mobId=Terranite; if (rand2(9,12) < (abizit()*2)+1 && |