Skip to content

Commit

Permalink
Wrong text color
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Dec 4, 2023
1 parent 1d3f856 commit 95d8461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-explorer/herd_relation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function herd_relation.show()
"Certain herds are unused in the base game. You can hide columns by right clicking the table.\n\n" ..
"Higher relation means less chance to attack.\n\n" ..
"Rows are the attacker and columns are the herd that may be attacked depending on the relation.\n\n" ..
"Herds that have a different opposite relation use pink text.")
"Herds that have a different opposite relation use orange text.")

local available_herds = {}
for herd_id=0,1000 do
Expand Down

0 comments on commit 95d8461

Please sign in to comment.