Make syndicate bombs collidable again (#20573)

This commit is contained in:
gus
2023-10-06 02:29:58 -04:00
committed by GitHub
parent 0a7338c0fe
commit 52cf78ed20

View File

@@ -1,6 +1,6 @@
- type: entity
abstract: true
parent: BaseStructure
parent: BaseStructureDynamic
id: BaseHardBomb
description: Just keep talking and nobody will explode.
name: hardbomb
@@ -16,6 +16,7 @@
LayoutId: Defusable
alwaysRandomize: true
- type: Defusable
- type: Rotatable
- type: Explosive
explosionType: Default
totalIntensity: 20.0
@@ -31,11 +32,6 @@
beepSound: /Audio/Machines/timer.ogg
- type: Anchorable
delay: 5
- type: Physics
bodyType: Static
canCollide: false
- type: Transform
noRot: true
- type: Fixtures
fixtures:
fix1:
@@ -52,7 +48,6 @@
openOnActivation: true
guides:
- Defusal
- type: CollideOnAnchor
- type: entity
parent: BaseHardBomb