You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let order removal confirmation show the specific variety of
- shield (shield, buckler), and
- helm (helm, cap, hood),
- gloves (gauntlets, gloves, mittens),
- shoes (shoes, high boots, low boots, socks),
- ammo (bolt),
- trap component (axe blade, corkscrew, ball, disc, spike), and
- meal (easy, fine, lavish).
Most of these were previously described using the "generic" variety
("Gloves" for gauntlets, "Shoes" for socks, etc.), but meals looked
particularly odd since they were previously described as "Coral", "Green
Glass", and "Clear Glass" "Prepare Meal".
`itemdefs.food` is not used because those list the final item names
(biscuits, stew, roast), not the meal "type" (easy, fine, lavish).
Copy file name to clipboardExpand all lines: changelog.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Template for new versions:
41
41
- `confirm`: when editing a uniform, confirm discard of changes when exiting with Escape
42
42
- `confirm`: when removing a manager order, show correct order description when using non-100% interface setting
43
43
- `confirm`: when removing a manager order, show correct order description after prior order removal or window resize (when scrolled to bottom of order list)
44
+
- `confirm`: when removing a manager order, show specific item/job type for ammo, shield, helm, gloves, shoes, trap component, and meal orders
0 commit comments