summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 11:37:50 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 11:37:50 -0300
commitb08e696dfa33e4cd2d96ee46a7dc0a54a5898353 (patch)
tree98f8edada223a3f957126dc8c4f4e7a43c186133 /npc/functions/siege.txt
parent56cd405b1742e6051cf0b62eba9b122040d969b2 (diff)
downloadserverdata-b08e696dfa33e4cd2d96ee46a7dc0a54a5898353.tar.gz
serverdata-b08e696dfa33e4cd2d96ee46a7dc0a54a5898353.tar.bz2
serverdata-b08e696dfa33e4cd2d96ee46a7dc0a54a5898353.tar.xz
serverdata-b08e696dfa33e4cd2d96ee46a7dc0a54a5898353.zip
Fix bugs + New monster: Gobo Bear.
Seems like a Goblin. But is a Teddy Bear. That was weird, Mr. Grey!
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r--npc/functions/siege.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index f640472e8..b6c3dc2a3 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -290,14 +290,14 @@ OnRespawn:
OnLieutenantDeath:
$MK_TEMPVAR+=1;
getitem StrangeCoin, rand(5,10);
- announce(("##2The Monster Lieutenant was defeated by @@!", strcharinfo(0)), bc_all);
+ announce("##2The Monster Lieutenant was defeated by "+strcharinfo(0)+"!", bc_all);
end;
OnColonelDeath:
$MK_TEMPVAR+=10;
getitem StrangeCoin, rand(15,25);
$MOST_HEROIC$=strcharinfo(0);
- announce(("##2The Monster Colonel was defeated by @@!", strcharinfo(0)), bc_all);
+ announce("##2The Monster Colonel was defeated by "+strcharinfo(0)+"!", bc_all);
end;
}