diff --git a/dat/missions/emp_collective00.lua b/dat/missions/emp_collective00.lua index c7f97af..5992666 100644 --- a/dat/missions/emp_collective00.lua +++ b/dat/missions/emp_collective00.lua @@ -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