mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Ensure the player will always hear Juni's last voice line in New York (M4)
This commit is contained in:
parent
80cec5a7b1
commit
5d9b3c7164
@ -3602,7 +3602,8 @@ Act_LockDock = juni, Li01_to_Iw03, unlock
|
||||
Act_ActTrig = leaving_liberty_01
|
||||
Act_StartDialog = dlg_head_to_iw03
|
||||
Act_ActTrig = juni_dock_with_gate
|
||||
Act_ActTrig = dist_inside_200
|
||||
Act_ActTrig = dist_inside_200_Player
|
||||
Act_ActTrig = dist_inside_200_juni
|
||||
|
||||
[Trigger]
|
||||
nickname = leaving_liberty_01
|
||||
@ -3624,9 +3625,16 @@ Cnd_True = no_params
|
||||
Act_GiveObjList = juni, enter_jumpgate
|
||||
|
||||
[Trigger]
|
||||
nickname = dist_inside_200
|
||||
nickname = dist_inside_200_Player
|
||||
system = Li01
|
||||
Cnd_DistVec = inside, Player, -16055, 0, 85125, 200
|
||||
Cnd_DistVec = inside, Player, -16055, 0, 85125, 500
|
||||
Act_RandomPopSphere = -15623, 0, 84268, 10000, on
|
||||
Act_SendComm = juni, Player, DX_M04_0960_JUNI
|
||||
|
||||
[Trigger]
|
||||
nickname = dist_inside_200_juni
|
||||
system = Li01
|
||||
Cnd_DistVec = inside, juni, -16055, 0, 85125, 500
|
||||
Act_RandomPopSphere = -15623, 0, 84268, 10000, on
|
||||
Act_SendComm = juni, Player, DX_M04_0960_JUNI
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user