mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
small fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user