Revert "Can't crawl over counters (#40099)"
This reverts commit 01a7fc66f0.
@Princess-Cheeseballs
This is being reverted per maintainer vote for the release cycle, check out the meeting video here https://youtu.be/N5-UYCLha2I?t=872
This commit is contained in:
@@ -59,9 +59,6 @@ public enum CollisionGroup
|
|||||||
TableMask = Impassable | MidImpassable,
|
TableMask = Impassable | MidImpassable,
|
||||||
TableLayer = MidImpassable,
|
TableLayer = MidImpassable,
|
||||||
|
|
||||||
// Tables that SmallMobs can't go under
|
|
||||||
CounterLayer = MidImpassable | LowImpassable,
|
|
||||||
|
|
||||||
// Tabletop machines, windoors, firelocks
|
// Tabletop machines, windoors, firelocks
|
||||||
TabletopMachineMask = Impassable | HighImpassable,
|
TabletopMachineMask = Impassable | HighImpassable,
|
||||||
// Tabletop machines
|
// Tabletop machines
|
||||||
|
|||||||
@@ -57,4 +57,4 @@
|
|||||||
mask:
|
mask:
|
||||||
- TableMask
|
- TableMask
|
||||||
layer:
|
layer:
|
||||||
- CounterLayer
|
- TableLayer
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
mask:
|
mask:
|
||||||
- TableMask
|
- TableMask
|
||||||
layer:
|
layer:
|
||||||
- CounterLayer
|
- TableLayer
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: StructuralInorganic
|
damageContainer: StructuralInorganic
|
||||||
damageModifierSet: Wood
|
damageModifierSet: Wood
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: TableReinforced
|
id: TableReinforced
|
||||||
parent: CounterBase
|
parent: TableBase
|
||||||
name: reinforced table
|
name: reinforced table
|
||||||
description: A square piece of metal standing on four metal legs. Extra robust.
|
description: A square piece of metal standing on four metal legs. Extra robust.
|
||||||
components:
|
components:
|
||||||
@@ -471,7 +471,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: TableBrass
|
id: TableBrass
|
||||||
parent: CounterBase
|
parent: TableBase
|
||||||
name: brass table
|
name: brass table
|
||||||
description: A shiny, corrosion resistant brass table. Steampunk!
|
description: A shiny, corrosion resistant brass table. Steampunk!
|
||||||
components:
|
components:
|
||||||
@@ -615,7 +615,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: TableStone
|
id: TableStone
|
||||||
parent: CounterBase
|
parent: TableBase
|
||||||
name: stone table
|
name: stone table
|
||||||
description: Literally the sturdiest thing you have ever seen.
|
description: Literally the sturdiest thing you have ever seen.
|
||||||
components:
|
components:
|
||||||
@@ -675,7 +675,7 @@
|
|||||||
collection: FootstepCarpet
|
collection: FootstepCarpet
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: CounterBase
|
parent: TableBase
|
||||||
id: TableXeno
|
id: TableXeno
|
||||||
name: xeno table
|
name: xeno table
|
||||||
description: I wouldn't put the silverware on it.
|
description: I wouldn't put the silverware on it.
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
mask:
|
mask:
|
||||||
- TableMask
|
- TableMask
|
||||||
layer:
|
layer:
|
||||||
- CounterLayer
|
- TableLayer
|
||||||
- type: TimedDespawn
|
- type: TimedDespawn
|
||||||
lifetime: 180
|
lifetime: 180
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
|
|||||||
@@ -29,7 +29,10 @@
|
|||||||
- 0.50,0.50
|
- 0.50,0.50
|
||||||
- -0.50,0.50
|
- -0.50,0.50
|
||||||
layer:
|
layer:
|
||||||
- ConveyorMask
|
- Impassable
|
||||||
|
- MidImpassable
|
||||||
|
- LowImpassable
|
||||||
|
- DoorPassable
|
||||||
hard: False
|
hard: False
|
||||||
- type: Conveyor
|
- type: Conveyor
|
||||||
- type: DeviceNetwork
|
- type: DeviceNetwork
|
||||||
|
|||||||
Reference in New Issue
Block a user