Aghost tweaks (#12373)

This commit is contained in:
Leon Friedrich
2022-11-04 12:40:01 +13:00
committed by GitHub
parent c0abea8047
commit af1b255524
6 changed files with 21 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
namespace Content.Shared.Strip.Components;
namespace Content.Shared.Strip.Components;
/// <summary>
/// Give this to an entity when you want to increase their stripping times
/// Give this to an entity when you want to decrease stripping times
/// </summary>
[RegisterComponent]
public sealed class ThievingComponent : Component
@@ -10,8 +10,8 @@ public sealed class ThievingComponent : Component
/// How much the strip time should be shortened by
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
[DataField("stealTime")]
public float StealTime = 0.5f;
[DataField("stripTimeReduction")]
public float StripTimeReduction = 0.5f;
/// <summary>
/// Should it notify the user if they're stripping a pocket?