From ad32354635777d62f36b297da06c2a49bd24d336 Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:39:45 +0100 Subject: use announce_mobkill() for more stuff --- npc/031-0/boss.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'npc/031-0') diff --git a/npc/031-0/boss.txt b/npc/031-0/boss.txt index 003d22b49..8ef2b1fa7 100644 --- a/npc/031-0/boss.txt +++ b/npc/031-0/boss.txt @@ -18,11 +18,7 @@ OnInit: OnBossDeath: initnpctimer; .@party=getcharid(1); - if (.@party > 0) { - mapannounce getmap(), "Tengu defeated by Party: " + getpartyname(.@party), bc_all; - } else { - mapannounce getmap(), "Tengu defeated by: " + strcharinfo(0), bc_all; - } + announce_bosskill(getmap(), Tengu); getexp 0, 1000+BaseLevel*8+JobLevel; fix_mobkill(Tengu); end; -- cgit v1.2.3-60-g2f50