]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make syndicate bombs collidable again (#20573)
authorgus <august.eymann@gmail.com>
Fri, 6 Oct 2023 06:29:58 +0000 (02:29 -0400)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 06:29:58 +0000 (22:29 -0800)
Resources/Prototypes/Entities/Structures/Machines/bombs.yml

index a88da73550e964e3620b06b9ca75768d75d9d589..9bd5070b73b9dcd33e67c770d6da367617f13f69 100644 (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
       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