Tweak layer algorithm for bio overrides
This commit is contained in:
parent
7d64709378
commit
722f6b55a5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function getVisibleLayers(petAppearance, itemAppearances) {
|
||||||
layer.source === "item" &&
|
layer.source === "item" &&
|
||||||
layer.bodyId !== "0" &&
|
layer.bodyId !== "0" &&
|
||||||
(petAppearance.pose === "UNCONVERTED" ||
|
(petAppearance.pose === "UNCONVERTED" ||
|
||||||
petOccupiedOrRestrictedZoneIds.has(layer.zone.id))
|
petOccupiedZoneIds.has(layer.zone.id))
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue