mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Li02 fixed death zone range to be smaller than sun corona
In all other systems, there is 1000 units distance from entering the sun atmosphere to the death zone. While the autopilot will avoid the death zone anyway when trying to avoid the atmosphere, the inconsistency is also not really necessary.
This commit is contained in:
parent
6e02e59ec7
commit
2405aa1f05
@ -208,7 +208,7 @@ star = Li02_Sun
|
|||||||
nickname = zone_Li02_sun_death
|
nickname = zone_Li02_sun_death
|
||||||
pos = 0, 0, 0
|
pos = 0, 0, 0
|
||||||
shape = SPHERE
|
shape = SPHERE
|
||||||
size = 12000
|
size = 11000
|
||||||
damage = 10000
|
damage = 10000
|
||||||
sort = 99.5
|
sort = 99.5
|
||||||
density = 0
|
density = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user