summaryrefslogtreecommitdiff
path: root/npc/010-1-1/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/010-1-1/boss.txt')
-rw-r--r--npc/010-1-1/boss.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/npc/010-1-1/boss.txt b/npc/010-1-1/boss.txt
index 3e9449f6d..899766ed3 100644
--- a/npc/010-1-1/boss.txt
+++ b/npc/010-1-1/boss.txt
@@ -20,12 +20,7 @@ OnInit:
OnBossDeath:
initnpctimer;
- .@party=getcharid(1);
- if (.@party > 0) {
- mapannounce getmap(), "Giant Cave Maggot defeated by Party: " + getpartyname(.@party), bc_all;
- } else {
- mapannounce getmap(), "Giant Cave Maggot defeated by: " + strcharinfo(0), bc_all;
- }
+ announce_bosskill(getmap(), GiantCaveMaggot);
fix_mobkill(GiantCaveMaggot);
end;