Skip to content

Commit

Permalink
Update SupermatterSystem.Processing.cs (#1642)
Browse files Browse the repository at this point in the history
# Description

Mirror of a bugfix from
Goob-Station/Goob-Station#1469
  • Loading branch information
VMSolidus authored Jan 23, 2025
1 parent 570f371 commit e1afb1d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ private void HandleDamage(EntityUid uid, SupermatterComponent sm)
totalDamage += healHeatDamage;
}

// Return the manipulated gas back to the mix
_atmosphere.Merge(mix, absorbedGas);

// Check for space tiles next to SM
//TODO: Change moles out for checking if adjacent tiles exist
var enumerator = _atmosphere.GetAdjacentTileMixtures(xform.GridUid.Value, indices, false, false);
Expand Down

0 comments on commit e1afb1d

Please sign in to comment.