Skip to content

Commit

Permalink
fix hypernob + plasma and trit fire
Browse files Browse the repository at this point in the history
  • Loading branch information
vertolodka committed Jul 20, 2023
1 parent 0abef4e commit 08b5c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void HotspotExpose(GridAtmosphereComponent gridAtmosphere, TileAtmospher
{
if (soh)
{
if (plasma > 0.5f || tritium > 0.5f || hydrogen > 0.5f && hypernoblium < 5f)
if (plasma > 0.5f && hypernoblium < 5f|| tritium > 0.5f && hypernoblium < 5f|| hydrogen > 0.5f && hypernoblium < 5f)
{
if (tile.Hotspot.Temperature < exposedTemperature)
tile.Hotspot.Temperature = exposedTemperature;
Expand Down

0 comments on commit 08b5c51

Please sign in to comment.