Fixes the singularity bouncing off the station. (#8452)

* Fixes the singularity bouncing off the station.

* Update Content.Shared/Singularity/SharedSingularitySystem.cs

Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com>

Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com>
This commit is contained in:
Moony
2022-05-26 21:29:33 -05:00
committed by GitHub
parent 9d7e5b2b43
commit dc186f1e24
2 changed files with 13 additions and 2 deletions

View File

@@ -19,10 +19,19 @@
radius: 0.5
restitution: 0.9
mass: 99999
hard: false
mask:
- AllMask
layer:
- AllMask
- id: ColliderCircle
shape:
!type:PhysShapeCircle
radius: 0.5
restitution: 0.9
mass: 99999
mask:
- FullTileMask
- type: Singularity
radsPerLevel: 1 # determines RadiationPulse's radiation per second.
- type: SingularityDistortion