Skip to content

Commit

Permalink
Linters suck my dick
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele committed Jun 19, 2024
1 parent fa2d380 commit 700b0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/extensions/ship_engines/gas_thruster.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
var/turf/T = get_step(holder, exhaust_dir)
if(T)
T.assume_air(removed)
new/obj/effect/engine_exhaust(T, E.dir)
new /obj/effect/engine_exhaust(T, E.dir)

/datum/extension/ship_engine/gas/proc/get_propellant(sample_only = TRUE, partial = 1)
var/obj/machinery/atmospherics/unary/engine/E = holder
Expand Down

0 comments on commit 700b0db

Please sign in to comment.