Fix holopads phasing through walls. (#34300)

* change holopad mask from subfloormask lowimpassable to tabletopmachinemask opaque

* change masks to prevent laser collisions

followed the artifact analyzer for this one. I don't quite understand how fixtures work so I'm a bit perplexed by this.

* Boolean I command you: LOWERCASE
This commit is contained in:
Kyle Tyo
2025-03-15 20:41:50 -04:00
committed by GitHub
parent 411a89ce31
commit b378c5e455

View File

@@ -13,7 +13,15 @@
!type:PhysShapeCircle
radius: 0.25
mask:
- SubfloorMask
- Impassable
- HighImpassable
- MidImpassable
fix2:
shape:
!type:PhysShapeCircle
radius: 0.25
mask:
- MachineLayer
layer:
- LowImpassable
hard: false