Skip to content

Commit

Permalink
Remove redundant set
Browse files Browse the repository at this point in the history
  • Loading branch information
yzyii committed May 29, 2024
1 parent ba021c2 commit 4c7d4c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
9 changes: 1 addition & 8 deletions Rag_5040/BLM.lua
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,6 @@ local sets = {
Legs = 'Mahatma Slops',
Feet = 'Src. Sabots +1',
},
NukeACC = {
Head = 'Sorcerer\'s Petas.',
Neck = 'Elemental Torque',
Hands = 'Wzd. Gloves +1',
Back = 'Merciful Cape',
Feet = 'Nashira Crackows',
},
NukeHNM = {
Ammo = 'Phtm. Tathlum',
Head = 'Demon Helm +1',
Expand All @@ -361,7 +354,7 @@ local sets = {
Legs = 'Mahatma Slops',
Feet = 'Src. Sabots +1',
},
NukeACCHNM = {
NukeACC = {
Head = 'Sorcerer\'s Petas.',
Neck = 'Elemental Torque',
Hands = 'Wzd. Gloves +1',
Expand Down
4 changes: 0 additions & 4 deletions common/gcmage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -688,10 +688,6 @@ function gcmage.EquipElemental(maxMP)
else
if (gcdisplay.GetCycle('Mode') == 'Accuracy') then
gFunc.EquipSet('NukeACC')
if (gcdisplay.GetToggle('HNM') == true) then
gFunc.EquipSet('NukeACCHNM')
end

if (conquest:GetOutsideControl()) and (player.MainJob == 'RDM') and master_casters_bracelets then
if (log_conquest) then print(chat.header('GCMage'):append(chat.message('Out of Region - Using Mst.Cst. Bracelets'))) end
gFunc.Equip('Hands', 'Mst.Cst. Bracelets')
Expand Down

0 comments on commit 4c7d4c1

Please sign in to comment.