Fixed gasping inside cardboard boxes (#14336)
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
- type: EntityStorage
|
- type: EntityStorage
|
||||||
isCollidableWhenOpen: false
|
isCollidableWhenOpen: false
|
||||||
openOnMove: false
|
openOnMove: false
|
||||||
airtight: true #true for now until it doesn't make a vacuum
|
airtight: false
|
||||||
capacity: 4 #4 Entities seems like a nice comfy fit for a cardboard box.
|
capacity: 4 #4 Entities seems like a nice comfy fit for a cardboard box.
|
||||||
- type: ContainerContainer
|
- type: ContainerContainer
|
||||||
containers:
|
containers:
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
- type: EntityStorage
|
- type: EntityStorage
|
||||||
isCollidableWhenOpen: false
|
isCollidableWhenOpen: false
|
||||||
openOnMove: false
|
openOnMove: false
|
||||||
airtight: true #whoever's inside should probably breath
|
airtight: false
|
||||||
|
|
||||||
#Exclamation effect for box opening
|
#Exclamation effect for box opening
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
Reference in New Issue
Block a user