diff options
Diffstat (limited to 'npc/099-7/boss.txt')
-rw-r--r-- | npc/099-7/boss.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/099-7/boss.txt b/npc/099-7/boss.txt index 29b0edbe..70caac1c 100644 --- a/npc/099-7/boss.txt +++ b/npc/099-7/boss.txt @@ -518,7 +518,8 @@ L_Off: if (!#CRYPT_PASSWORD) end; mes "There's a bloody inscription on the gate."; next; - mes "\"##B"+get(.invocation$, "reapercry")+"##b\""; + mes "\"##B"+"reapercry"+"##b\""; + learnskill SKILL_REAPERCRY, 1; next; mes "##9You hear the sounds of battle. Candle lights shines in distance."; next; |