```lua local index = table.index_of(Enemy_Afflictions, "paralysis") if index then table.remove(Ene

local index = table.index_of(Enemy_Afflictions, "paralysis")
if index then
  table.remove(Enemy_Afflictions, index)
end
Was this page helpful?