more chem gases

This commit is contained in:
Putnam3145
2022-08-06 22:42:58 -07:00
parent f7bb3f3050
commit c0073370b2
3 changed files with 34 additions and 17 deletions
@@ -257,8 +257,6 @@ GLOBAL_LIST_INIT(name2reagent, build_name2reagent())
return rs.Join(" | ")
/datum/reagent/proc/define_gas()
if(reagent_state == SOLID)
return null // doesn't make that much sense
var/list/cached_reactions = GLOB.chemical_reactions_list
for(var/reaction in cached_reactions[src.type])
var/datum/chemical_reaction/C = reaction