[Add] Some more enforcments of pilot hostile status.
This commit is contained in:
parent
149d5ac397
commit
db441d5765
@ -175,6 +175,7 @@ function final_talk()
|
|||||||
|
|
||||||
-- ESS Trinity becomes collective now.
|
-- ESS Trinity becomes collective now.
|
||||||
trinity:setFaction("Collective")
|
trinity:setFaction("Collective")
|
||||||
|
trinity:setHostile()
|
||||||
|
|
||||||
final_fight = 3
|
final_fight = 3
|
||||||
misn.timerStart("final_talk", rnd.int(4000, 5000))
|
misn.timerStart("final_talk", rnd.int(4000, 5000))
|
||||||
@ -186,7 +187,10 @@ end
|
|||||||
|
|
||||||
-- Calls help for the ESS Trinity.
|
-- Calls help for the ESS Trinity.
|
||||||
function call_drones()
|
function call_drones()
|
||||||
pilot.add("Collective Sml Swarm")
|
pilots = pilot.add("Collective Sml Swarm")
|
||||||
|
for k, v in ipairs(pilots) do
|
||||||
|
v:setHostile()
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Add escorts that weren't killed sometime.
|
-- Add escorts that weren't killed sometime.
|
||||||
|
Loading…
Reference in New Issue
Block a user