Bring singularity back from the brink of "particles don't even hit" (#3963)
* Bring singularity back from the brink of "particles don't even hit anything" * Remove force-disable-hard from singularity code so it doesn't just ignore containment Shouldn't this be the prototype's job if they want that so much? This might have some sorta downside, but this brings singulo back into being containable * Apply ShadowCommander's suggested layers/masks for particles Tested, singulo properly spawns and develops with this mask Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.IoC;
|
||||
using Robust.Shared.ViewVariables;
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Singularity
|
||||
{
|
||||
@@ -8,7 +9,7 @@ namespace Content.Server.GameObjects.Components.Singularity
|
||||
{
|
||||
public override string Name => "SingularityGenerator";
|
||||
|
||||
private int _power;
|
||||
[ViewVariables] private int _power;
|
||||
|
||||
public int Power
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user