Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Dec 17, 2023
2 parents f7eaed8 + ae4156a commit 2d97ec2
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 @@ -103,7 +103,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 2d97ec2

Please sign in to comment.