diff --git a/Resources/Prototypes/_Goobstation/Changeling/Entities/Mobs/headcrab.yml b/Resources/Prototypes/_Goobstation/Changeling/Entities/Mobs/headcrab.yml index 5b16e722e09..4c31b00ba72 100644 --- a/Resources/Prototypes/_Goobstation/Changeling/Entities/Mobs/headcrab.yml +++ b/Resources/Prototypes/_Goobstation/Changeling/Entities/Mobs/headcrab.yml @@ -5,7 +5,7 @@ description: You don't want to touch it. components: - type: Sprite - drawdepth: Mobs + drawdepth: SmallMobs layers: - map: ["enum.DamageStateVisualLayers.Base"] state: headcrab @@ -29,3 +29,14 @@ baseSprintSpeed: 7 - type: ExplosionResistance damageCoefficient: 0 + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeCircle + radius: 0.2 + density: 15 + mask: + - SmallMobMask + layer: + - SmallMobLayer