diff options
Diffstat (limited to 'npc/001-1/eventmaster.txt')
-rw-r--r-- | npc/001-1/eventmaster.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index d66c84b72..96f3fd987 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -724,6 +724,7 @@ L_Boss: "Night Scorpion", // 4 "Saxso Ghost", // 5 "Bandit Lord", // 6 + "Fafi Dragon", // 67 "The Yeti King"; // default if (@menu != 1) @@ -745,6 +746,8 @@ L_Boss: spawner(("SaxsoGhost"), SaxsoGhost, .@c); break; case 6: spawner(("BanditLord"), BanditLord, .@c); break; + case 7: + spawner(("Fafi"), FafiDragon, .@c); break; default: spawner(("TheYetiKing"), TheYetiKing, .@c); break; |