summaryrefslogtreecommitdiff
path: root/npc/007-1/tycoon.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/007-1/tycoon.txt')
-rw-r--r--npc/007-1/tycoon.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt
index 4166ff704..38874d9aa 100644
--- a/npc/007-1/tycoon.txt
+++ b/npc/007-1/tycoon.txt
@@ -236,6 +236,7 @@ OnKillRatto:
message strcharinfo(0), l("@@/10 Rattos", .@k+1);
}
}
+ fix_mobkill(Ratto);
end;
OnKillCaveMaggot:
@@ -250,6 +251,7 @@ OnKillCaveMaggot:
message strcharinfo(0), l("@@/25 Cave Maggots", .@k+1);
}
}
+ fix_mobkill(CaveMaggot);
end;
OnKillCaveSnake:
.@q=getq(MineQuest_Tycoon);
@@ -263,6 +265,7 @@ OnKillCaveSnake:
message strcharinfo(0), l("@@/50 Cave Snakes", .@k+1);
}
}
+ fix_mobkill(CaveSnake);
end;
OnKillRedScorpion:
.@q=getq(MineQuest_Tycoon);
@@ -276,6 +279,7 @@ OnKillRedScorpion:
message strcharinfo(0), l("@@/100 Red Scorpions", .@k+1);
}
}
+ fix_mobkill(RedScorpion);
end;
OnKillBlackScorpion:
.@q=getq(MineQuest_Tycoon);
@@ -289,6 +293,7 @@ OnKillBlackScorpion:
message strcharinfo(0), l("@@/200 Black Scorpions", .@k+1);
}
}
+ fix_mobkill(BlackScorpion);
end;
OnInit: