diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/enora.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt index 297243d4..5a353704 100644 --- a/npc/001-1/enora.txt +++ b/npc/001-1/enora.txt @@ -284,6 +284,13 @@ enora_legion; break; case 8: + speech 5, + l("You killed @@ Fluffies.", #ArtisFluffyKilled); + if (#ArtisFluffyKilled > 8) + { + mesq l("If you continue there will be none left!"); + next; + } break; case 9: enora_memories; |