From a46dfa84920588b808349f5ac8381598f8d971b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Majdand=C5=BEi=C4=87?= Date: Sat, 30 Mar 2024 19:23:54 +0100 Subject: [PATCH] Add refractive shell to absorb list --- FreshShit/Absorbs/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/FreshShit/Absorbs/init.lua b/FreshShit/Absorbs/init.lua index 45fe552..27d73ca 100644 --- a/FreshShit/Absorbs/init.lua +++ b/FreshShit/Absorbs/init.lua @@ -210,4 +210,5 @@ aura_env.Shields = { [108366] = aura_env.Shield.new("Soul Leech"), [108416] = aura_env.Shield.new("Dark Pact"), [207472] = aura_env.Shield.new("Xavaric's Magnum Opus"), + [252208] = aura_env.Shield.new("Refractive Shell"), }