Skip to content

Commit

Permalink
Merge branch 'develop' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 11, 2025
2 parents 232af61 + 114cd1a commit a4de4cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Template for new versions:
## Misc Improvements
- `strangemood`: add ability to choose Stone Cutting and Stone Carving as the mood skill
- `suspendmanager`: add more specific messages for submerged jobsites and those managed by `buildingplan`
- `dig-now`: handle digging in pool and river tiles

## Documentation
- Added example code for creating plugin RPC endpoints that can be used to extend the DFHack API
Expand Down
2 changes: 0 additions & 2 deletions plugins/dig-now.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,6 @@ static bool is_diggable(MapExtras::MapCache &map, const DFCoord &pos,
df::tiletype_material mat = tileMaterial(tt);
switch (mat) {
case df::tiletype_material::CONSTRUCTION:
case df::tiletype_material::POOL:
case df::tiletype_material::RIVER:
case df::tiletype_material::TREE:
case df::tiletype_material::ROOT:
case df::tiletype_material::MAGMA:
Expand Down

0 comments on commit a4de4cc

Please sign in to comment.