mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-19 14:07:43 +01:00
Extricate bonus slots somewhat.
This commit is contained in:
parent
7caf6cc08a
commit
7a602d6ec5
8 changed files with 86 additions and 37 deletions
|
|
@ -105,11 +105,11 @@ public class StateApplier(
|
|||
{
|
||||
var customize = mdl.GetCustomize();
|
||||
var (_, resolvedItem) = _items.ResolveRestrictedGear(armor, slot, customize.Race, customize.Gender);
|
||||
_updateSlot.UpdateSlot(actor.Model, slot, resolvedItem);
|
||||
_updateSlot.UpdateEquipSlot(actor.Model, slot, resolvedItem);
|
||||
}
|
||||
else
|
||||
{
|
||||
_updateSlot.UpdateSlot(actor.Model, slot, armor);
|
||||
_updateSlot.UpdateEquipSlot(actor.Model, slot, armor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue