From 338a41a8e4eb21f7f8243b7fd00656bdcc99afa0 Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Sun, 10 Nov 2013 15:35:54 +0000 Subject: [PATCH] [Fix] Fixed broken mission due to AI changes. --- dat/missions/emp_collective00.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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