Brin
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
What makes it OP is that it can be worn with pretty much every helmet currently in the game, including the helmets that block other headsets (e.g. Altyn, Vulcan, Maska, etc.), thereby making those helmets viable options, when they previously weren't.
Nov 5, 2025 10:18 PM
View details