mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Make Ozu say something after encountering the hostile contacts during Mission 9
This commit is contained in:
parent
c10549059d
commit
2ea4f5d5ba
@ -68,7 +68,7 @@
|
||||
- Reverted a change regarding asteroid draw distances that caused player ships to not be able to collide with some asteroids
|
||||
- Corrected Frankfurt's nebula color on the nav map
|
||||
- Ensure Juni will always say her last voice line in New York during mission 4
|
||||
- Make Ozu and the Blood Dragon escort say something after encountering the first hostile contacts in Tohoku during mission 9
|
||||
- Make Ozu and the Blood Dragon escort say something before and after encountering the first hostile contacts in Tohoku during mission 9
|
||||
- Made the edges of the job board icon softer
|
||||
- Ensure Ozu and Hakkera's ships use the correct engine effects during the Tekagi cutscene in mission 9
|
||||
- Updated the MP Rep plugin to fix a crash that would occur on some Windows installs when the equipment or commodity dealer window is opened
|
||||
|
@ -1,6 +1,10 @@
|
||||
[Voice]
|
||||
extend = ozu
|
||||
|
||||
[Sound]
|
||||
msg = DX_M08_0270_OZU
|
||||
attenuation = -6
|
||||
|
||||
[Sound]
|
||||
msg = DX_M09_0000_OZU
|
||||
attenuation = -6
|
||||
|
@ -1530,6 +1530,12 @@ Act_DeactTrig = nag_trent_for_not_coming_back1
|
||||
Act_DeactTrig = nag_trent_for_not_coming_back2
|
||||
Act_DeactTrig = fail_trent_for_leaving_battle
|
||||
Act_AdjHealth = lbl_should_be_healed, 0.75
|
||||
Act_StartDialog = nebula_wing_dies_dialog
|
||||
|
||||
[Dialog]
|
||||
nickname = nebula_wing_dies_dialog
|
||||
system = Ku07
|
||||
line = Ozu, Player, DX_M08_0270_OZU
|
||||
|
||||
[Trigger]
|
||||
nickname = first_dragon_dies
|
||||
|
Loading…
Reference in New Issue
Block a user