0 of 0

File information

Last updated

Original upload

Created by

powerofthree and jon2023

Uploaded by

jon2023

Virus scan

Safe to use

Tags for this mod

About this mod

Essential Favorites support equipped items

Requirements
Permissions and credits
Changelogs
Thanks to po3 and his Essential Favorites, this mod is just based on his source code to add support for equipped items

Because I don't want to favorite all the equipped items, this will make the favorite list cleaner, and I hope to be able to sell them when the number exceeds one. That's why I made this patch.

Essential Favorites support equipped items,  if the item count == 1, it will protect equipped item.

I just added a condition and recompiled, and I tested it myself and found no problem.

result = a_data->IsFavorited();

to

result = a_data->IsFavorited() || (a_data->IsWorn() && a_data->countDelta <= 1);