From 60f9e46172402c3fb8fc9cce913e05363506ede3 Mon Sep 17 00:00:00 2001 From: Deysh <61760541+Deysh@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:54:17 -0500 Subject: [PATCH] rubocop cleanup --- scripts/BlackArts.lic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/BlackArts.lic b/scripts/BlackArts.lic index 9a03026a2..1f27d5989 100644 --- a/scripts/BlackArts.lic +++ b/scripts/BlackArts.lic @@ -7022,9 +7022,9 @@ module BlackArts def self.get_promoted(skill, location = nil) Util.travel(BlackArts.data.current_admin) Util.travel("#{Char.prof.downcase} alchemy guildmaster") - + guildmaster = GameObj.npcs.find { |npc| npc.name =~ /guild/i } - # The Guild Master in the FWI Sorcerer Guild wanders + # The Guild Master in the FWI Sorcerer Guild wanders if guildmaster.nil? && Room.current.id == 34597 Util.travel(34583) end