Skip to content

Commit

Permalink
Merge branch 'fuel_compressor_refact' of https://github.com/BaraBarax…
Browse files Browse the repository at this point in the history
…/OnyxBay into fuel_compressor_refact
  • Loading branch information
BaraBarax committed Oct 11, 2024
2 parents 239c05c + 9b4c711 commit 081b731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/fusion/fuel_assembly/fuel_compressor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if(do_fuel_compression(thing, user))
return

..()
return ..()

/obj/machinery/fusion_fuel_compressor/proc/do_fuel_compression(obj/item/thing, mob/user)
if(istype(thing) && thing.reagents && thing.reagents.total_volume && thing.is_open_container())
Expand Down

0 comments on commit 081b731

Please sign in to comment.