small fixes

This commit is contained in:
duncathan
2015-12-27 20:13:44 -06:00
parent bf6a7b6741
commit 12eeef552b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ var/list/gas_heats = list( //this is actually the list that decides what gases e
/proc/gaseslist()
. = new /list
for(var/specific_heat in gas_heats)
. += gaslist(specific_heat)
for(var/i in 1 to gas_heats.len)
.[i] = gaslist(gas_heats[i])
/proc/gaslist(specific_heat)
. = new /list