
CptShadows
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
Yep, that was indeed the problem.. I swear I double checked that :d
Thank you!!
Oct 15, 2025 3:05 PM
View details
Created comment
It might be a fika thing, but I find it bugs the game when merging meds in-raid. is this supposed to be the case? example: when I move IFAK A to IFAK B, the slot IFAK A was in is now bugged and can't have anything in it. if I merge them in a backpack and just find a new backpack, the new backpack isn't bugged. If IFAK A is in an enemy's gear and I drag it over to IFAK B on my character, the enemy is now bugged so that kinda solves it too :d
Oct 15, 2025 11:13 AM
View details
Created comment
my SPT server is saying "mod (acidphantasm-bosseshavelegamedals) is a client mod and should be placed in the following folder: /spt/bepinex/plugins"
but it's user>mods in the files?
Oct 14, 2025 9:36 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.