From: 778b <33431126+778b@users.noreply.github.com> Date: Sun, 23 Apr 2023 03:55:44 +0000 (+0400) Subject: Fix collision for entity with LargeMobLayer. (#14803) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b24c8d1d30d2f0072976ebf0bc13d5f1bc314c7f;p=space-station-14.git Fix collision for entity with LargeMobLayer. (#14803) --- diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 750be45c06..971b72e013 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -213,6 +213,9 @@ - state: onestar_boss_screen sprite: Mobs/Silicon/onestar.rsi shader: unshaded + - type: FootstepModifier + footstepSoundCollection: + path: /Audio/Mecha/sound_mecha_powerloader_step.ogg - type: MovementIgnoreGravity - type: Fixtures fixtures: @@ -223,7 +226,7 @@ mask: - LargeMobMask layer: - - LargeMobLayer + - MobLayer - type: Appearance rotate: true states: @@ -232,3 +235,7 @@ Dead: Base: onestar_boss_wrecked - type: CombatMode + - type: Tag + tags: + - FootstepSound +