Skip to content

Commit 71b8673

Browse files
author
ILLISIS
committed
fix: Fixed ctron-selection-tool not being able to select through fog of war.
1 parent 64b1671 commit 71b8673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/selection_tool.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data:extend(
4343
alt_reverse_select = {
4444
border_color = { r = 0, g = 0, b = 0 }, -- black
4545
cursor_box_type = "entity",
46-
mode = { "enemy" },
46+
mode = { "is-military-target", "enemy" },
4747
entity_type_filters = { "unit-spawner", "turret" },
4848
},
4949
}

0 commit comments

Comments
 (0)