Miniluchi
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
Hello, your mod works fine, but I have abnormally long loading times at the end of the raid.
This problem was already there in 3.10.x, as far as I can remember.
Nov 7, 2025 1:38 PM
View details
Liked comment
I really wanted this mod in 4.0, so I ported it for everyone to enjoy. I only tested it for one raid, but it seems to work fine. If IhanaMies wants this comment gone they're totally free to delete it or ask me to remove it.
[Link to the page I made](https://github.com/minihazel/PortedSPTMods/releases/tag/healing_autocancel_4.0.0), a VirusTotal scan is also linked on the page for those who want it.
Nov 7, 2025 1:26 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.