Skip to content

Commit

Permalink
Merge branch 'heatengine' of https://github.com/Yawn-Wider/YWPolarisVore
Browse files Browse the repository at this point in the history
 into heatengine
  • Loading branch information
izac112 committed Mar 17, 2024
2 parents f97f005 + 7c10307 commit ccd2f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/ATMOSPHERICS/components/station_boiler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ var/global/list/stationboilers = list() //Should only ever have one, caching to
update_icon()

/obj/machinery/atmospherics/binary/stationboiler/update_icon()
if(stored_material[MAT_LOG] < wood_per_process)
icon_state = "boiler_off"
else
if(ignited)
icon_state = "boiler_on"
else
icon_state = "boiler_off"
return 1

// Attept to load materials. Returns 0 if item wasn't a stack of materials, otherwise 1 (even if failed to load)
Expand Down

0 comments on commit ccd2f7d

Please sign in to comment.