]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Merge stable into master (#41781)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Mon, 8 Dec 2025 10:14:13 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 10:14:13 +0000 (11:14 +0100)
Revert "Trip APCs when they exceed a power limit (#41377)" (#41766)

This reverts commit a5c223c0

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
1  2 
Content.IntegrationTests/Tests/Power/StationPowerTests.cs

index 542a4645c65af03041082421d155d71130c49b7e,3a0af28e48331f725e31a49f131b4dec98f1c32e..59975443e1785714d70709b767c66ff192a03e13
@@@ -4,10 -4,9 +4,9 @@@ using Content.Server.GameTicking
  using Content.Server.Power.Components;
  using Content.Server.Power.NodeGroups;
  using Content.Server.Power.Pow3r;
 +using Content.Shared.Maps;
  using Content.Shared.Power.Components;
  using Content.Shared.NodeContainer;
- using Robust.Server.GameObjects;
  using Robust.Shared.EntitySerialization;
  
  namespace Content.IntegrationTests.Tests.Power;