Remove SmallImpassable collision mask from booze and soda dispensers (#5754)

This commit is contained in:
Caj Jones
2021-12-12 10:02:28 -05:00
committed by GitHub
parent f22b903595
commit 6f8466787f
2 changed files with 26 additions and 0 deletions

View File

@@ -9,5 +9,18 @@
sprite: Structures/dispensers.rsi
drawdepth: SmallObjects
state: booze
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.3,0.4,0.3"
mass: 25
mask:
- Impassable
- VaultImpassable
layer:
- Opaque
- MobImpassable
- SmallImpassable
- type: ReagentDispenser
pack: BoozeDispenserInventory

View File

@@ -9,5 +9,18 @@
sprite: Structures/dispensers.rsi
drawdepth: SmallObjects
state: soda
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.3,0.4,0.3"
mass: 25
mask:
- Impassable
- VaultImpassable
layer:
- Opaque
- MobImpassable
- SmallImpassable
- type: ReagentDispenser
pack: SodaDispenserInventory