Skip to content

Commit

Permalink
FUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Sep 24, 2024
1 parent bd65819 commit 3dc292b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Server/DeltaV/Addictions/AddictionSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ public sealed class AddictionSystem : SharedAddictionSystem
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly IGameTiming _timing = default!;

private readonly Dictionary<EntityUid, TimeSpan> _nextEffectTime = new();

// Define the numbers, we're not making another DeepFryerSystem.cs
// Minimum time between popups
private const int MinEffectInterval = 10;
Expand Down

0 comments on commit 3dc292b

Please sign in to comment.