Skip to content

Commit

Permalink
Merge pull request #1334 from myk002/myk_hover_instruction_migration
Browse files Browse the repository at this point in the history
migrate main_hover_instruction identifiers to new names
  • Loading branch information
myk002 authored Nov 11, 2024
2 parents 6050ded + d6785f3 commit 53777f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gui/notify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ DwarfNotifyOverlay.ATTRS{
}

local DWARFMODE_CONFLICTING_TOOLTIPS = utils.invert{
df.main_hover_instruction.InfoUnits,
df.main_hover_instruction.InfoJobs,
df.main_hover_instruction.InfoPlaces,
df.main_hover_instruction.InfoLabors,
df.main_hover_instruction.InfoWorkOrders,
df.main_hover_instruction.InfoNobles,
df.main_hover_instruction.InfoObjects,
df.main_hover_instruction.InfoJustice,
df.main_hover_instruction.MAIN_OPEN_CREATURES,
df.main_hover_instruction.MAIN_OPEN_TASKS,
df.main_hover_instruction.MAIN_OPEN_PLACES,
df.main_hover_instruction.MAIN_OPEN_LABOR,
df.main_hover_instruction.MAIN_OPEN_WORK_ORDERS,
df.main_hover_instruction.MAIN_OPEN_NOBLES,
df.main_hover_instruction.MAIN_OPEN_OBJECTS,
df.main_hover_instruction.MAIN_OPEN_JUSTICE,
}

local mi = df.global.game.main_interface
Expand Down

0 comments on commit 53777f4

Please sign in to comment.