Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Aug 22, 2024
1 parent 6525f5a commit 6124c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ for skillId, grantedEffect in pairs(data.skills) do
end
end
end
-- Filter out curses which typicaly get applied to the player, many curses have multiple sources like from monsters
-- Filter out curses which typically get applied to the player, many curses have multiple sources like from monsters
-- This does mean it misses Projectile weakness which is only from monsters but I dont think those even exist anymore tbh
if grantedEffect.skillTypes and grantedEffect.skillTypes[SkillType.AppliesCurse] and skillId == grantedEffect.name:gsub(" ",""):gsub("'","") then
t_insert(data.playerCursedWithXList, { val = skillId, label = grantedEffect.name} )
Expand Down

0 comments on commit 6124c4f

Please sign in to comment.