[Fix] Fixed empire collective 00 mission.

This commit is contained in:
Allanis 2014-05-19 19:50:44 +01:00
parent b8e035b0f8
commit ee7667be6d
2 changed files with 3 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
include("../scripts/ai/tpl/scout.lua")