1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Fix reactor height in Mars3; fix #51

This commit is contained in:
NG (Graham)
2025-11-16 15:09:37 -05:00
parent cd82502576
commit 09563c9239

View File

@@ -2180,7 +2180,7 @@ pub(super) fn default_map() -> std::collections::HashMap<super::combat::GameMap,
radius: DEFAULT_BASE_RADIUS,
percent_per_second: DEFAULT_BASE_PERCENT_PER_SECOND,
},
].into_iter().map(|x| x.offset(49.608, 0.0, 52.493)).collect(),
].into_iter().map(|x| x.offset(49.608, 9.02, 52.493)).collect(),
capture_points: vec![
CapturePoint {
x: -44.400,