Merge branch 'main' of github.com:matchu/impress-2020 into main
This commit is contained in:
commit
60d2f9a014
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