Commit 33bcd33
authored
Implement Minions no longer need accuracy (PathOfBuildingCommunity#1193)
* Give minions "CannotBeEvaded" by default
* Add `nil` check to "Precise Technique" processing
"Precise Technique" was causing issues for `output.Accuracy = nil` when
checking against minion accuracy values.
(Arguably it shouldn't check at all unless there is reason to)
---------
Co-authored-by: majochem <majochem@users.noreply.github.com>1 parent 58d2776 commit 33bcd33
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2420 | 2420 | | |
2421 | 2421 | | |
2422 | 2422 | | |
2423 | | - | |
| 2423 | + | |
2424 | 2424 | | |
2425 | 2425 | | |
2426 | 2426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
| 899 | + | |
899 | 900 | | |
900 | 901 | | |
901 | 902 | | |
| |||
0 commit comments