Skip to content

Commit

Permalink
changeling slugs can now walk under tables and doors (Goob-Station#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanse12 authored Dec 9, 2024
1 parent d2bd913 commit 517998f
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 517998f

Please sign in to comment.