Skip to content

Commit 048f959

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Against the Darkness using Medium radius instead of small (#1119)
The patch notes for 0.2.0 were wrong and it was meant to say that the jewel now uses a small radius instead of large Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 73b69e6 commit 048f959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Uniques/Special/Generated.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ do
3333
local variantCount = #against
3434
table.insert(against, "Selected Variant: 1")
3535
table.insert(against, "Selected Alt Variant: 2")
36-
table.insert(against, "Radius: Medium")
36+
table.insert(against, "Radius: Small")
3737
table.insert(against, "Implicits: 0")
3838
local smallLine = "Small Passive Skills in Radius also grant "
3939
local notableLine = "Notable Passive Skills in Radius also grant "

0 commit comments

Comments
 (0)