Improves FlammableComponent, allow mobs to collide with each other.
This commit is contained in:
4
Resources/Changelog/Parts/fire_passing.yml
Normal file
4
Resources/Changelog/Parts/fire_passing.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Zumorica
|
||||
changes:
|
||||
- type: Add
|
||||
message: Passing by someone who is on fire will now set you on fire as well.
|
||||
4
Resources/Changelog/Parts/flammable.yml
Normal file
4
Resources/Changelog/Parts/flammable.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Zumorica
|
||||
changes:
|
||||
- type: Add
|
||||
message: You can now spray people with flammable chemicals and ignite them with a welding tool or anything similar.
|
||||
@@ -118,10 +118,10 @@
|
||||
- type: Physics
|
||||
bodyType: KinematicController
|
||||
mass: 70
|
||||
fixtures:
|
||||
fixtures: # TODO: This needs a second fixture just for mob collisions.
|
||||
- shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.35
|
||||
radius: 0.35
|
||||
restitution: 0.0
|
||||
mask:
|
||||
- Impassable
|
||||
|
||||
Reference in New Issue
Block a user