File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ mission to rescue the lost squad along the way and bring them home.
1313This fix is enabled by default in the DFHack
1414`control panel <gui/control-panel> `, or you can run it as needed. However, it
1515is still up to you to send out another squad that can be tasked with the rescue
16- mission. You can send the squad out on an innocuous "Demand tribute" mission to
17- minimize risk to the squad.
16+ mission. You can send the squad out on a relatively innocuous mission, like
17+ "Demand one-time tribute", to minimize risk to the squad.
1818
1919This tool is integrated with `gui/notify `, so you will get a notification in
2020the DFHack notification panel when a squad is stuck and there are no squads
Original file line number Diff line number Diff line change @@ -323,12 +323,13 @@ NOTIFICATIONS_BY_IDX = {
323323 end ,
324324 on_click = function ()
325325 local message = ' A squad is lost on the world map and needs rescue!\n\n ' ..
326- ' Please send a squad out on a mission that will return to the fort.\n ' ..
326+ ' Please send a squad out on a mission that will return to the fort (e.g.\n ' ..
327+ ' a Demand one-time tribute mission, but not a Conquer and occupy mission).\n ' ..
327328 ' They will rescue the stuck squad on their way home.'
328329 if not repeat_util .isScheduled (' control-panel/fix/stuck-squad' ) then
329330 message = message .. ' \n\n ' ..
330- ' Please enable fix/stuck-squad in the DFHack control panel to allow \n ' ..
331- ' the rescue mission to happen .'
331+ ' Please enable fix/stuck-squad in the DFHack control panel to enable \n ' ..
332+ ' missions to rescue stuck squads .'
332333 end
333334 dlg .showMessage (' Rescue stuck squads' , message , COLOR_WHITE )
334335 end ,
You can’t perform that action at this time.
0 commit comments