diff options
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r-- | npc/functions/global_event_handler.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt index 69972292..f611e997 100644 --- a/npc/functions/global_event_handler.txt +++ b/npc/functions/global_event_handler.txt @@ -46,4 +46,8 @@ OnClock1700: OnInit: MOTD(); // set the MOTD array end; + +OnDie: + percentheal -100, -100; + end; } |