minor code cleanup + fixes plasma fixation

This commit is contained in:
deathride58
2019-04-11 18:20:55 -04:00
parent 8b75240d89
commit 2078485594
3 changed files with 3 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ GLOBAL_LIST_INIT(meta_gas_info, meta_gas_list()) //see ATMOSPHERICS/gas_types.dm
//PV = nRT
/datum/gas_mixture/proc/heat_capacity(data = MOLES) //joules per kelvin
/datum/gas_mixture/proc/heat_capacity() //joules per kelvin
var/list/cached_gases = gases
. = 0
for(var/id in cached_gases)