Skip to content

Commit

Permalink
RandomizedCandy: Removed redundant datafield tags
Browse files Browse the repository at this point in the history
Signed-off-by: no <165581243+pissdemon@users.noreply.github.com>
  • Loading branch information
pissdemon authored Apr 13, 2024
1 parent 043998c commit f16967f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ namespace Content.Server.Abilities.Borgs;
[RegisterComponent]
public sealed partial class FabricateCandyComponent : Component
{
[DataField("lollipopAction")]
[DataField]
public EntityUid? LollipopAction;

[DataField("gumballAction")]
[DataField]
public EntityUid? GumballAction;

/// <summary>
/// The sound played when fabricating candy.
/// </summary>
[DataField("fabricationSound")]
[DataField]
public SoundSpecifier FabricationSound = new SoundPathSpecifier("/Audio/Machines/machine_vend.ogg")
{
Params = new AudioParams
Expand Down

0 comments on commit f16967f

Please sign in to comment.