TacticalToaster
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);
});
"
>
Recent Activity
Downloaded mod
Version 2.0.0 of Couturier - gear and clothing pack
Nov 1, 2025 11:54 PM
View details
Created comment
Been waiting for the 4.0.0 update, excited it's here! Planning on adding support to my UNTAR mod (and wip RUAF mod) so that they use some of the retextures if Couturier is detected.
Nov 1, 2025 10:58 PM
View details