Transform sting nerf (#269)
* - add: 10 minutes of suffering. * - fix: No monkey evolution. * - fix: Remove Absorb on rejuvenate. * - tweak: Less thick armor. * - fix: Transfer uncloneable on transform.
This commit is contained in:
16
Content.Server/Changeling/TransformStungComponent.cs
Normal file
16
Content.Server/Changeling/TransformStungComponent.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Content.Shared.Changeling;
|
||||
|
||||
namespace Content.Server.Changeling;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class TransformStungComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public HumanoidData OriginalHumanoidData;
|
||||
|
||||
[DataField]
|
||||
public TimeSpan Duration = TimeSpan.FromMinutes(10);
|
||||
|
||||
[ViewVariables]
|
||||
public float Accumulator;
|
||||
}
|
||||
Reference in New Issue
Block a user