Skip to content

Commit

Permalink
RandomizedCandy: put new code into DeltaV namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pissdemon committed Apr 13, 2024
1 parent 69555aa commit 043998c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Content.Shared.Abilities.Borgs;
using Content.Shared.DeltaV.Abilities.Borgs;
using Robust.Client.GameObjects;

namespace Content.Client.Abilities.Borgs;
namespace Content.Client.DeltaV.Abilities.Borgs;

/// <summary>
/// Responsible for coloring randomized candy.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Content.Shared.Nutrition;
using Robust.Shared.Prototypes;

namespace Content.Server.Abilities.Borgs;
namespace Content.Server.DeltaV.Abilities.Borgs;

/// <summary>
/// Describes the color and flavor profile of lollipops and gumballs. Yummy!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using System.Linq;
using Content.Server.Nutrition.Components;
using Content.Shared.Abilities.Borgs;
using Content.Shared.DeltaV.Abilities.Borgs;
using Content.Shared.Nutrition;
using Robust.Shared.Prototypes;
using Robust.Shared.Random;
using Robust.Shared.Utility;

namespace Content.Server.Abilities.Borgs;
namespace Content.Server.DeltaV.Abilities.Borgs;

/// <summary>
/// Gives things with a <see cref="RandomizedCandyComponent"/> a random flavor, with corresponding appearance and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Robust.Shared.GameStates;
using Robust.Shared.Serialization;

namespace Content.Shared.Abilities.Borgs;
namespace Content.Shared.DeltaV.Abilities.Borgs;

/// <summary>
/// Marks this entity as being candy with a random flavor and color.
Expand Down

0 comments on commit 043998c

Please sign in to comment.