Skip to content

Aquifers incorrectly being removed #5709

@eTzmNcbkrng

Description

@eTzmNcbkrng

I'm using a combination of the following commands with the expectation that all aquifers in the world would be converted to light aquifers, no more than 2 levels deep.

		"aquifer drain --all --skip-top 2": {
			"autostart": true
		},
		"light-aquifers-only": {
			"autostart": true
		},

So far I have not come across a single aquifer, it seems as if all aquifers are being completely removed.
When choosing an embark location, the window shows there should be aquifers present, however using gui/reveal after embark shows no aquifers present.

My assumption is that there is a problem with the --skip-top 2 flag, it's described as not applying to the top x levels of aquifer, however, when used in a different context, it starts applying that command x levels below the surface, perhaps the conditional nature of this flag has gone awry at some point?

Edit: version 43.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions