[Fix] Fixed empire collective 00 mission.
This commit is contained in:
parent
b8e035b0f8
commit
ee7667be6d
@ -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", "tpl/scout")
|
||||
p = pilot.add("Collective Drone", "scout")
|
||||
for k,v in pairs(p) do
|
||||
hook.pilot(v, "death", "kill")
|
||||
end
|
||||
|
2
scripts/ai/scout.lua
Normal file
2
scripts/ai/scout.lua
Normal file
@ -0,0 +1,2 @@
|
||||
include("../scripts/ai/tpl/scout.lua")
|
||||
|
Loading…
Reference in New Issue
Block a user