mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Fix missing dialogue in FP7 cutscene
The dialogue 'Incoming, brace for impact!' was previously inaudible because it would be played while the previous dialogue had not finished playing yet. This commit adjusts the timers of two events slightly so that the previous dialogue will be able to finish before the next one starts.
This commit is contained in:
parent
b51e0c4f47
commit
2fefe38d0c
@ -621,14 +621,14 @@ Act_ActTrig = send_lifeboat
|
||||
[Trigger]
|
||||
nickname = FP7_Victim_dialog
|
||||
system = FP7_system
|
||||
Cnd_Timer = 5
|
||||
Cnd_Timer = 4.7
|
||||
Act_StartDialog = FP7_victims_whine
|
||||
Act_ActTrig = mini_fuse
|
||||
|
||||
[Trigger]
|
||||
nickname = mini_fuse
|
||||
system = FP7_system
|
||||
Cnd_Timer = 8
|
||||
Cnd_Timer = 8.3
|
||||
Act_LightFuse = fp7base, freeport7_main_fuse1
|
||||
|
||||
[Trigger]
|
||||
|
Loading…
Reference in New Issue
Block a user