Ryan Williams
Ryan Williams
It seems that it _does_ clear temperature on the tiles you select. What it doesn't do is clear the `flow_forbid` designation when in magma removing mode. (It correctly does so...
Related to #4978
That's because DFHack has no way of playing sounds. I identified which parameters need to be sent to the function, but DF doesn't give us access to it. https://github.com/DFHack/dfhack/blob/02bd21828ea5e7b5622bafc22d9b56cab9d5d25a/library/modules/Gui.cpp#L2171-L2172 (Adventure...