Merge pull request #15370 from Putnam3145/genericized-plasma-trit
Total fire overhaul + new atmos stuff + uh oh stinky toxins nerf + sauna buff + ??
This commit is contained in:
@@ -390,11 +390,11 @@
|
||||
var/datum/reagent/R = GLOB.chemical_reagents_list[reagent]
|
||||
if(R)
|
||||
var/state = "Unknown"
|
||||
if(initial(R.reagent_state) == 1)
|
||||
if(initial(R.reagent_state) == SOLID)
|
||||
state = "Solid"
|
||||
else if(initial(R.reagent_state) == 2)
|
||||
else if(initial(R.reagent_state) == LIQUID)
|
||||
state = "Liquid"
|
||||
else if(initial(R.reagent_state) == 3)
|
||||
else if(initial(R.reagent_state) == GAS)
|
||||
state = "Gas"
|
||||
var/const/P = 3 //The number of seconds between life ticks
|
||||
var/T = initial(R.metabolization_rate) * (60 / P)
|
||||
|
||||
Reference in New Issue
Block a user