Prevent FP7 escorts from colliding with each other

This commit is contained in:
C.S. Melis 2021-10-27 01:16:53 +02:00
parent a5eac40d84
commit 990d8246fd

View File

@ -424,8 +424,18 @@ Delay = 600
[ObjList]
nickname = ol_fp7_goto_convoy1
Avoidance = false
GotoVec = goto_cruise, 3520, 1190, -21923, 1, true, -1
[ObjList]
nickname = ol_fp7_goto_convoy2
Avoidance = false
GotoVec = goto_cruise, 3520, 1200, -21923, 1, true, -1
[ObjList]
nickname = ol_fp7_goto_convoy3
Avoidance = false
GotoVec = goto_cruise, 3520, 1210, -21923, 1, true, -1
[ObjList]
nickname = lifeboat_escapes
Avoidance = false
@ -543,8 +553,8 @@ nickname = fp7_convoy1_spawn_escorts
system = FP7_system
Cnd_True = no_params
Act_GiveObjList = fp7base_escort1, ol_fp7_goto_convoy1
Act_GiveObjList = fp7base_escort2, ol_fp7_goto_convoy1
Act_GiveObjList = fp7base_escort3, ol_fp7_goto_convoy1
Act_GiveObjList = fp7base_escort2, ol_fp7_goto_convoy2
Act_GiveObjList = fp7base_escort3, ol_fp7_goto_convoy3
Act_ActTrig = destroy_escorts
[Trigger]