Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Dec 6, 2023
1 parent bf2318f commit ae4156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPID/src/Distribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace Distribute
for_each_form<RE::BGSOutfit>(a_npcData, Forms::outfits, a_input, [&](auto* a_outfit) {
if (detail::can_equip_outfit(npc, a_outfit)) {
actor->RemoveOutfitItems(npc->defaultOutfit);
npc->defaultOutfit = a_outfit;
npc->defaultOutfit = a_outfit;
npc->AddKeyword(processedOutfit);
return true;
}
Expand Down

0 comments on commit ae4156a

Please sign in to comment.