feat: cleanbots can now go beneath tables (#2583)

This commit is contained in:
DisposableCrewmember42 2025-01-02 16:11:08 +00:00 committed by GitHub
parent 801039f467
commit c2e82829e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -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