Skip to content

Commit

Permalink
also interrupt trap linking jobs (track stops)
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 3, 2024
1 parent 13fc79d commit c880413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/modules/Buildings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,7 @@ bool Buildings::deconstruct(df::building *bld)
btype == df::building_type::Door ||
btype == df::building_type::Floodgate ||
btype == df::building_type::Bridge ||
btype == df::building_type::Trap ||
btype == df::building_type::Support ||
btype == df::building_type::Chain ||
btype == df::building_type::Cage ||
Expand Down

0 comments on commit c880413

Please sign in to comment.