[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("Collective Sml Swarm")
|
||||
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
|
||||
hook.pilot(v, "death", "kill")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user