diff options
author | NetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org> | 2023-02-19 14:31:58 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-19 14:31:58 +0000 |
commit | 2ce22a8fa0414159d7e8517cc7fa00f2f809bcda (patch) | |
tree | afd856f85aef3db3383b80f0ddc657919beeb9b3 /npc/031-0/boss.txt | |
parent | ab696a4ea55c900645023b116b0bffeefed3243f (diff) | |
download | serverdata-2ce22a8fa0414159d7e8517cc7fa00f2f809bcda.tar.gz serverdata-2ce22a8fa0414159d7e8517cc7fa00f2f809bcda.tar.bz2 serverdata-2ce22a8fa0414159d7e8517cc7fa00f2f809bcda.tar.xz serverdata-2ce22a8fa0414159d7e8517cc7fa00f2f809bcda.zip |
Batch of typo fixes and rewording.
Also minor tweaks to Helena rewards and Pylon production.
Diffstat (limited to 'npc/031-0/boss.txt')
-rw-r--r-- | npc/031-0/boss.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/031-0/boss.txt b/npc/031-0/boss.txt index efd24256b..003d22b49 100644 --- a/npc/031-0/boss.txt +++ b/npc/031-0/boss.txt @@ -2,7 +2,7 @@ // Author: // Jesusalva // Description: -// Spider Queen Boss +// Tengu Boss 031-0,0,0,0 script #BossCtrl_031-0 NPC_HIDDEN,{ end; @@ -19,9 +19,9 @@ OnBossDeath: initnpctimer; .@party=getcharid(1); if (.@party > 0) { - mapannounce getmap(), "Boss deafeated by Party: " + getpartyname(.@party), bc_all; + mapannounce getmap(), "Tengu defeated by Party: " + getpartyname(.@party), bc_all; } else { - mapannounce getmap(), "Boss deafeated by: " + strcharinfo(0), bc_all; + mapannounce getmap(), "Tengu defeated by: " + strcharinfo(0), bc_all; } getexp 0, 1000+BaseLevel*8+JobLevel; fix_mobkill(Tengu); |