Skip to content

Commit

Permalink
feat: cleanbots can now go beneath tables (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposableCrewmember42 authored Jan 2, 2025
1 parent 801039f commit c2e8282
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2e8282

Please sign in to comment.