MrBlu1911
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
OOOF!! That's rough.
Hopefully, it's just a line of code with a comma out of place or something.
Nov 7, 2025 2:23 AM
View details
Created comment
I love this mod!! It helps build immersive kits, for me anyways. :)
Thanks for updating it!!
Nov 7, 2025 2:20 AM
View details
Liked comment
I did try to do make it so med kits could repair limbs and also customise effects of items like stims, but wasn't able to get it working. I'm still new to modding and coding in C#, so I'll keep trying and hopefully push an update.
Nov 6, 2025 9:04 PM
View details
Created comment
That's OK. I was going to have it all true anyways. Just wanted to let you know something was wrong. :)
Nov 6, 2025 7:17 PM
View details
Liked comment
You're right, clearly jumped the gun with my release. I've updated the download to have the correct config. It works the same way, but sorry for the hassle.
Nov 6, 2025 7:16 PM
View details
Created comment
The description says "disabled by default", even the notes in the code, but everything is is to true.
Nov 6, 2025 6:34 PM
View details