Lacyway
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Created by Lacyway
212 Downloads
Compatible Mod Versions:
v1.5.0
Adds Fika compatibility to merge consumables.
Recent Activity
Created comment
Do you mean it works with this mod?
I am unsure what Medical Attention does to break this mod.
Nov 26, 2025 8:33 PM
View details
in the new fika you can transit between maps?