summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/guards.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index bbe01793e..2686808ac 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -597,14 +597,6 @@ OnInit:
012-1,0,0,0 script #HurnscaldSiege NPC_HIDDEN,{
end;
-// Respawn monster from $@SIEGE_TMPMOBS memory
-OnRespawn:
- getmapxy(.@m$,.@x,.@y,0);
- siege_spawn(.@m$, any_of($@SIEGE_TMPMOBS), 1, .name$+"::OnRespawn");
- if (rand(10000) <= $coinsrate+($@SIEGE_HURNS*50))
- makeitem StrangeCoin, 1, .@m$, .@x, .@y;
- end;
-
// Begin Siege
OnMKSiege:
$@SIEGE_HURNS=rand(1,10);