DFHack / dfhack

Memory hacking library for Dwarf Fortress and a set of tools that use it
Other
1.86k stars 468 forks source link

tool to add mud #3986

Open ab9rf opened 10 months ago

ab9rf commented 10 months ago

pretty frequent complaint i get (e.g. this) is that placing water with gui/liquids doesn't create mud. while we might want to address this , see #3881) it would be simpler to just give people a tool to place mud at a requested location and cut out the watery middlefluid

myk002 commented 10 months ago

Adding mud painting to gui/liquids itself seems like the path of least resistance, since that's where people seem to expect it to be.

We could also let gui/sandbox do it. It's actually hiding the vanilla widget that provides that functionality right now.

I think I'd prefer doing the job in gui/liquids though