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

River forming across water tiles #12467

Open
1 task done
SpacedOutChicken opened this issue Nov 13, 2024 · 1 comment
Open
1 task done

River forming across water tiles #12467

SpacedOutChicken opened this issue Nov 13, 2024 · 1 comment
Labels

Comments

@SpacedOutChicken
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Game Version

4.14.6

Describe the bug

In a mod I'm working on, I spotted a river flowing between two water tiles.

Steps to Reproduce

The river leads up to a Natural Wonder with the following properties:

{ "name": "Dazhbog", "type": "NaturalWonder", "science": 3, "production": 3, "gold": 3, "occursOn": ["Sulfur"], "uniques": [ "Fresh water <hidden from users>", "Comment [Hot spot]", "Must be adjacent to [1] to [5] [Lava] tiles", "Must be adjacent to [1] [Mountain] tiles", "Neighboring tiles will convert to [Lava] <in tiles without [Mountain]>" ], "turnsInto": "Mountain", "impassable": true, "unbuildable": true, "weight": 10 }

I believe that this natural wonder is causing the issue.

Screenshots

Screenshot (225)
You can see the river extending through the two yellow water tiles leading up to the crater.

Link to save file

RiverOnLava.json
This save file contains the river in question. It requires this mod:
RiversOfLava.zip

Operating System

Windows

Additional Information

No response

@yairm210
Copy link
Owner

The problem is actually opposite
My guess is that the river existed before the nat wonder on land tiles, and the nat wonder turned them into water tiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants