diff options
author | Reid <reidyaro@gmail.com> | 2016-01-04 13:30:14 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-04 13:30:14 +0100 |
commit | bad87c0847eccd25e5df7fd4c62235e3ab446a8a (patch) | |
tree | c89d593c6e8e8990bf52ef03a24c0cf7405c7446 | |
parent | 0cc88395fbbab3927f9b5c19bab37bce62a7aa7b (diff) | |
download | serverdata-bad87c0847eccd25e5df7fd4c62235e3ab446a8a.tar.gz serverdata-bad87c0847eccd25e5df7fd4c62235e3ab446a8a.tar.bz2 serverdata-bad87c0847eccd25e5df7fd4c62235e3ab446a8a.tar.xz serverdata-bad87c0847eccd25e5df7fd4c62235e3ab446a8a.zip |
Add the counter of fluffy killed on enora.
-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; |