summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-1/enora.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index 231ad613..339372d0 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -439,3 +439,13 @@ OnInit:
end;
}
+001-1,0,0,0 script Mobs#001-1 NPC_HIDDEN,{
+ end;
+
+OnFluffyDeath:
+ if (playerattached())
+ {
+ set ArtisFluffyKilled, ArtisFluffyKilled + 1;
+ }
+ end;
+}