Skip to content

Commit

Permalink
Update code/game/machinery/shuttle/shuttle_engine_types.dm
Browse files Browse the repository at this point in the history
Co-authored-by: JimKil3 <[email protected]>
Signed-off-by: HelmCrab <[email protected]>
  • Loading branch information
Thera-Pissed and JimKil3 authored Nov 29, 2023
1 parent 3d71609 commit a8d2e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/shuttle/shuttle_engine_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@


/obj/machinery/power/shuttle/engine/fire/burn_engine(percentage = 100, deltatime)
..()
. = ..()
var/obj/machinery/atmospherics/components/unary/shuttle/fire_heater/resolved_heater = attached_heater?.resolve()
if(!resolved_heater)
return
Expand Down

0 comments on commit a8d2e78

Please sign in to comment.