Skip to content

Commit e50fc2e

Browse files
authored
Update reaction-trigger.lua
Inactive units shouldn't use range if anybody updates this tool.
1 parent 53e25d5 commit e50fc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modtools/reaction-trigger.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ local validArgs = utils.invert({
181181
'allowMultipleTargets',
182182
'range',
183183
'ignoreWorker',
184-
'dontSkipInactive',
184+
'dontSkipInactive', --TODO: positions for inactive units are meaningless!
185185
'resetPolicy'
186186
})
187187

0 commit comments

Comments
 (0)