diff --git a/auxmos.dll b/auxmos.dll index 14d6cc9ea0..2a6becf349 100644 Binary files a/auxmos.dll and b/auxmos.dll differ diff --git a/auxmos.pdb b/auxmos.pdb index 1733359456..44dc672e8d 100644 Binary files a/auxmos.pdb and b/auxmos.pdb differ diff --git a/code/modules/power/supermatter/supermatter.dm b/code/modules/power/supermatter/supermatter.dm index 01261e5b26..b1e1ff2208 100644 --- a/code/modules/power/supermatter/supermatter.dm +++ b/code/modules/power/supermatter/supermatter.dm @@ -475,7 +475,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal) var/datum/gas_mixture/removed if(produces_gas) //Remove gas from surrounding area - removed = env.remove(gasefficency * env.total_moles()) + removed = env.remove_ratio(gasefficency) else // Pass all the gas related code an empty gas container removed = new()