Make syndicate bombs collidable again (#20573)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user