[Fix] Fixed broken mission due to AI changes.
This commit is contained in:
parent
5a87b2da77
commit
338a41a8e4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user