DFHack / dfhack

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

announce depot inaccessibility #4766

Open myk002 opened 2 days ago

myk002 commented 2 days ago

request from Reddit: I am but a humble Urist, but i wonder if the following is possible. If a trade depot was pathable, but a tree grows and cuts it off, or you build a statue in the way or something, having an announcement like "curses, the wagons won't get past that" which shows up with the trade icon and a jump to see where it is. I mean i guess with this i can just periodically check the pathing like in ascii version but an announcement feels more dwarvy

possible solution:

It would be most useful to show at the beginning of a season, since that's when merchants start heading towards your fort (if any are due in the current season), but you only really care about wagons once you're a barony, so it would have to check for that too.

we could extend gui/notify to handle announcements like this, since it's in-theme for that tool.