Skip to content

Commit

Permalink
Update SolutionHeaterSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KillanGenifer committed Oct 25, 2024
1 parent 9811308 commit dd31236
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ private void OnUpgradeExamine(Entity<SolutionHeaterComponent> entity, ref Upgrad
{
args.AddPercentageUpgrade("solution-heater-upgrade-heat", entity.Comp.HeatPerSecond / entity.Comp.BaseHeatPerSecond);
}
// End Corvax-Next

private void OnItemPlaced(Entity<SolutionHeaterComponent> entity, ref ItemPlacedEvent args)
{
TryTurnOn(entity);
}
// End Corvax-Next

private void OnItemRemoved(Entity<SolutionHeaterComponent> entity, ref ItemRemovedEvent args)
{
Expand Down

0 comments on commit dd31236

Please sign in to comment.