Skip to content

Commit

Permalink
Fix Butlertron's Hitbox (#1192)
Browse files Browse the repository at this point in the history
# Description

Fixes Butlertron's hitbox. Thanks to
WWhiteDreamProject/wwdpublic#105

# Changelog

:cl:
- fix: Butlertron is no longer as wide as a barn.

---------

Co-authored-by: Spatison <[email protected]>
  • Loading branch information
VMSolidus and Spatison authored Nov 13, 2024
1 parent 20ac0b3 commit c909724
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/Prototypes/DeltaV/NPC/roboisseur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@
attributes:
gender: male
proper: true
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.15,-0.15,0.15,0.15"
density: 60
mask:
- MachineMask
layer:
- MidImpassable
- LowImpassable

0 comments on commit c909724

Please sign in to comment.