mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 20:33:44 +01:00
Add crest changing in designs.
This commit is contained in:
parent
2f1b85a02a
commit
6f4a7661d7
4 changed files with 44 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ public class DesignBase
|
|||
=> ApplyCustomize.HasFlag(idx.ToFlag());
|
||||
|
||||
public bool DoApplyCrest(EquipSlot slot)
|
||||
=> ApplyCrest.HasFlag(slot.ToFlag());
|
||||
=> ApplyCrest.HasFlag(slot.ToCrestFlag());
|
||||
|
||||
internal bool SetApplyEquip(EquipSlot slot, bool value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue