From: gus Date: Tue, 26 Sep 2023 22:05:45 +0000 (-0700) Subject: Syndicate Bomb Fix (#20486) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=16d8699c837524ab605b52d5bc971e1d6251b135;p=space-station-14.git Syndicate Bomb Fix (#20486) * my git ignore * Makes Syndicate Bombs CollideOnAnchor * woops gitignore * canCollide on Physics Component mobile webedit --- diff --git a/Resources/Prototypes/Entities/Structures/Machines/bombs.yml b/Resources/Prototypes/Entities/Structures/Machines/bombs.yml index b4b718649f..40a3e36df8 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/bombs.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/bombs.yml @@ -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