]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Syndicate Bomb Fix (#20486)
authorgus <august.eymann@gmail.com>
Tue, 26 Sep 2023 22:05:45 +0000 (15:05 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 22:05:45 +0000 (18:05 -0400)
* my git ignore

* Makes Syndicate Bombs CollideOnAnchor

* woops gitignore

* canCollide on Physics Component

mobile webedit

Resources/Prototypes/Entities/Structures/Machines/bombs.yml

index b4b718649ff8aab3856ab0e750d66552e7e18f98..40a3e36df8969619cc3e0d84fd9db05b00821b9d 100644 (file)
@@ -33,6 +33,7 @@
       delay: 5
     - type: Physics
       bodyType: Static
+      canCollide: false
     - type: Transform
       noRot: true
     - type: Fixtures
@@ -51,6 +52,7 @@
       openOnActivation: true
       guides:
         - Defusal
+    - type: CollideOnAnchor
 
 - type: entity
   parent: BaseHardBomb