diff options
Diffstat (limited to 'world/map/npc/027-2')
-rw-r--r-- | world/map/npc/027-2/caretaker.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/027-2/caretaker.txt b/world/map/npc/027-2/caretaker.txt index 2cc64ec1..3a53fb99 100644 --- a/world/map/npc/027-2/caretaker.txt +++ b/world/map/npc/027-2/caretaker.txt @@ -120,6 +120,10 @@ OnTimer3000: setnpctimer 0; end; +onInit: + monster "027-2.gat", 29, 21, "Caretaker's Wife", 1044, 1, "Caretaker::OnWifeDeath"; + end; + OnWifeDeath: mapannounce "027-2.gat", "NO! YOU KILLED MY WIFE!", 0; gmcommand "@l I killed the caretaker's wife!"; |