summaryrefslogtreecommitdiff
path: root/npc/003-1/lieutenantdausen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r--npc/003-1/lieutenantdausen.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 620a837c2..420a04e16 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -142,14 +142,6 @@ OnStartSiege:
OnGuardDeath:
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_TULIM*50))
- makeitem StrangeCoin, 1, .@m$, .@x, .@y;
- end;
-
// Timers
OnTimer35000:
siege_setup("003-1");