mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2026-04-28 04:19:50 +00:00
BUG: Fix a character variable in Character.CanChangeClothesOn()
This commit is contained in:
parent
bc468d2878
commit
c9fb32fb1f
1 changed files with 1 additions and 2 deletions
|
|
@ -249,8 +249,7 @@ function CharacterCreate(CharacterAssetFamily, Type, CharacterID) {
|
|||
C.MemberNumber != null &&
|
||||
C.AllowItem &&
|
||||
!C.IsEnclose() &&
|
||||
!(InventoryGet(CurrentCharacter, "ItemNeck") !== null &&
|
||||
InventoryGet(CurrentCharacter, "ItemNeck").Asset.Name == "ClubSlaveCollar")
|
||||
InventoryGet(C, "ItemNeck")?.Asset.Name !== "ClubSlaveCollar"
|
||||
);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue