summaryrefslogtreecommitdiff
path: root/npc/001-1/eventmaster.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/eventmaster.txt')
-rw-r--r--npc/001-1/eventmaster.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index 14a9a85e8..866a4c3f6 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -727,7 +727,8 @@ L_Boss:
"Night Scorpion", // 4
"Saxso Ghost", // 5
"Bandit Lord", // 6
- "Fafi Dragon", // 67
+ "Fafi Dragon", // 7
+ "Psi Conscience", // 8
"The Yeti King"; // default
if (@menu != 1)
@@ -751,6 +752,8 @@ L_Boss:
spawner(("BanditLord"), BanditLord, .@c); break;
case 7:
spawner(("Fafi"), FafiDragon, .@c); break;
+ case 8:
+ spawner(("Psi"), PsiConscience, .@c); break;
default:
spawner(("TheYetiKing"), TheYetiKing, .@c); break;