Skip to content

Commit

Permalink
Update shuttle_engine_types.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored May 12, 2024
1 parent 805ca71 commit 5309334
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 @@ -29,7 +29,7 @@
if(heat_creation)
heat_engine()
var/to_use = fuel_use * (percentage / 100) * deltatime
return resolved_heater.consume_fuel(to_use, fuel_type) / fuel_use * thrust //This proc returns how much was actually burned, so let's use that and multiply it by the thrust to get all the thrust we CAN give.
return resolved_heater.consume_fuel(to_use, fuel_type) / fuel_use * thrust //This proc returns how much was actually burned, so let's use that and multiply it by the thrust to get all the thrust we CAN give.

/obj/machinery/power/shuttle/engine/fueled/return_fuel()
. = ..()
Expand Down

0 comments on commit 5309334

Please sign in to comment.