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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user