From c2e82829e5bb972ee65e65e272acb88c2bcb4a75 Mon Sep 17 00:00:00 2001 From: DisposableCrewmember42 Date: Thu, 2 Jan 2025 16:11:08 +0000 Subject: [PATCH] feat: cleanbots can now go beneath tables (#2583) --- Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml index f54303ee88f..5198808a914 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml @@ -260,7 +260,19 @@ name: cleanbot description: The creep of automation now threatening space janitors. components: + - type: Fixtures # DeltaV - cleanbots can go beneath tables + fixtures: + fix1: + shape: + !type:PhysShapeCircle + radius: 0.35 + density: 50 + mask: + - SmallMobMask + layer: + - SmallMobLayer - type: Sprite + drawdepth: SmallMobs # DeltaV - cleanbots can go beneath tables sprite: Mobs/Silicon/Bots/cleanbot.rsi state: cleanbot - type: Construction