Merge pull request #30 from diceroll123/patch-4
Tweak layer algorithm for bio overrides
This commit is contained in:
commit
82ecf9bbd3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function getVisibleLayers(petAppearance, itemAppearances) {
|
|||
layer.source === "item" &&
|
||||
layer.bodyId !== "0" &&
|
||||
(petAppearance.pose === "UNCONVERTED" ||
|
||||
petOccupiedOrRestrictedZoneIds.has(layer.zone.id))
|
||||
petOccupiedZoneIds.has(layer.zone.id))
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue