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:
Caenen 2023-08-19 09:59:55 +02:00 committed by C.S. Melis
parent 6e02e59ec7
commit 2405aa1f05

View File

@ -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