diff options
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 5c15a1bb8..679429d70 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -242,7 +242,7 @@ OnPetDeath: // Cast against all players on defeat OnFail: - percentheal -100, -100; + die(); heal -1, -1; end; |