From 4c7d4c1d3352541f326369c2ddde9e4e1deb225e Mon Sep 17 00:00:00 2001 From: Rag Date: Wed, 29 May 2024 01:11:34 -0700 Subject: [PATCH] Remove redundant set --- Rag_5040/BLM.lua | 9 +-------- common/gcmage.lua | 4 ---- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/Rag_5040/BLM.lua b/Rag_5040/BLM.lua index 0dd7c43..ea83d7a 100644 --- a/Rag_5040/BLM.lua +++ b/Rag_5040/BLM.lua @@ -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', @@ -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', diff --git a/common/gcmage.lua b/common/gcmage.lua index 9b3df24..08bfed1 100644 --- a/common/gcmage.lua +++ b/common/gcmage.lua @@ -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')