View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006148 | Dwarf Fortress | Dwarf Mode -- Jobs, Designations | public | 2012-08-04 12:33 | 2012-08-05 09:36 |
| Reporter | Vodrilus | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 0.34.11 | ||||
| Summary | 0006148: Channeled stone falls into constructed wall below | ||||
| Description | Channeling untouched stone one z-level above a constructed wall always results in the mined-out stone being transported into the tile with the constructed wall. | ||||
| Additional Information | Loo'k'ing at said wall gives a report similar to this: gabbro Schist Block Wall | ||||
| Tags | No tags attached. | ||||
| related to | 0002163 | confirmed | Objects dropped from above (such as stones from removed constructions) get stuck in fortifications |
|
|
It sounds like this is a side effect of what was meant to fix the root problem described in 0005877 (i.e. channeling out a tile containing an item causes the item to fall down, roll across the ramp, and collide with a dwarf down below) - it's moving the item down by 1 Z-level so that doesn't happen, but it's neglecting to handle the case where channeling through the floor does not remove the wall on the Z-level beneath it (namely, when there's a construction there) which causes the item to be left embedded inside the wall. |