[Fix] Fixed broken mission due to AI changes.

This commit is contained in:
Allanis 2013-11-10 15:35:54 +00:00
parent 5a87b2da77
commit 338a41a8e4

View File

@ -62,7 +62,7 @@ function enter()
pilot.add("Empire Sml Defense") pilot.add("Empire Sml Defense")
pilot.add("Collective Sml Swarm") pilot.add("Collective Sml Swarm")
elseif sys == misn_target then elseif sys == misn_target then
p = pilot.add("Collective Drone", "scout") p = pilot.add("Collective Drone", "tpl/scout")
for k,v in pairs(p) do for k,v in pairs(p) do
hook.pilot(v, "death", "kill") hook.pilot(v, "death", "kill")
end end