Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two floating water hexes in Shenandoah 50x50 map. #5011

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions megamek/data/boards/unofficial/Lucho/50x50 Shenandoah.board
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,8 @@ hex 2221 0 "woods:1;foliage_elev:2" ""
hex 2321 0 "woods:2;foliage_elev:2" ""
hex 2421 0 "water:1" ""
hex 2521 0 "water:1" ""
hex 2621 1 "water:2" ""
hex 2721 1 "water:3" ""
hex 2621 0 "water:2" ""
hex 2721 0 "water:3" ""
hex 2821 0 "water:3" ""
hex 2921 0 "water:4" ""
hex 3021 0 "water:3" ""
Expand Down