mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Set correct faction for hostile platforms in Mission 8
The hostile platforms at Yukawa during Mission 8 previously had the Rheinland Military faction assigned, which is incorrect. It's been updated to Kusari Naval Forces in this commit. Resolves #219.
This commit is contained in:
parent
a0855a80b6
commit
dbfc9a78d8
@ -308,7 +308,7 @@ random_name = true
|
||||
[MsnSolar]
|
||||
nickname = hostile_platform1
|
||||
string_id = 216121
|
||||
faction = rh_n_grp
|
||||
faction = ku_n_grp
|
||||
system = Ku04
|
||||
position = -35546, 0, -25723
|
||||
orientation = 0.983794, -0.00403, 0.179244, -0.002224
|
||||
@ -321,7 +321,7 @@ pilot = MSN08_Weapon_Platform
|
||||
[MsnSolar]
|
||||
nickname = hostile_platform2
|
||||
string_id = 216121
|
||||
faction = rh_n_grp
|
||||
faction = ku_n_grp
|
||||
system = Ku04
|
||||
position = -34730, 0, -26025
|
||||
orientation = 0.983794, -0.00403, 0.179244, -0.002224
|
||||
|
Loading…
Reference in New Issue
Block a user