Skip to content

Commit

Permalink
Update code/modules/power/fusion/fuel_assembly/fuel_compressor.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Filatelele <[email protected]>
  • Loading branch information
BaraBarax and Filatelele authored Oct 11, 2024
1 parent 1f01525 commit 9b4c711
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 @@ -38,7 +38,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 9b4c711

Please sign in to comment.