Document Atmospherics ExcitedGroups (#41269)

Document ExcitedGroups
This commit is contained in:
ArtisticRoomba
2025-11-03 03:49:36 -08:00
committed by GitHub
parent 7b6f01ca69
commit e6bbd40e72
4 changed files with 228 additions and 140 deletions

View File

@@ -365,7 +365,6 @@ namespace Content.Server.Atmos.EntitySystems
ExcitedGroupSelfBreakdown(ent, excitedGroup);
else if (excitedGroup.DismantleCooldown > Atmospherics.ExcitedGroupsDismantleCycles)
DeactivateGroupTiles(gridAtmosphere, excitedGroup);
// TODO ATMOS. What is the point of this? why is this only de-exciting the group? Shouldn't it also dismantle it?
if (number++ < LagCheckIterations)
continue;