summaryrefslogtreecommitdiff
path: root/npc/001-10-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-10-1')
-rw-r--r--npc/001-10-1/scripts.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/001-10-1/scripts.txt b/npc/001-10-1/scripts.txt
index 0038e9281..0c507dab4 100644
--- a/npc/001-10-1/scripts.txt
+++ b/npc/001-10-1/scripts.txt
@@ -14,13 +14,15 @@ OnEventStart:
initnpctimer;
end;
-// Dust boss was killed, add timers
+// Dust boss was killed, add timers, special reward for victor
OnVictory:
if (getcharid(1) > 0)
.pwin=getcharid(1);
else
.win$=strcharinfo(0);
+ getitem BottledDust, 1;
+
maptimer("001-10-1", 100, "#COD_BossManager::OnReward1");
maptimer("001-10-1", 100, "#COD_BossManager::OnReward2");
donpcevent("Colonel DUSTMAN::OnCoDEnd");