Merge pull request #9405 from Thalpy/SPPEEEEDDDDDMERGE

[SPPEEEEDDDDDMERGE] Fixes buffers not doing stuff because oops
This commit is contained in:
kevinz000
2019-10-05 08:26:40 -07:00
committed by GitHub
4 changed files with 12 additions and 8 deletions

View File

@@ -746,10 +746,14 @@
total_volume = 0
for(var/reagent in cached_reagents)
var/datum/reagent/R = reagent
if(R.volume == 0)
del_reagent(R.id)
if((R.volume < 0.01) && !fermiIsReacting)
del_reagent(R.id)
else
total_volume += R.volume
if(!reagent_list)
pH = 7
return 0
/datum/reagents/proc/clear_reagents()

View File

@@ -1665,7 +1665,7 @@
reagent_state = LIQUID
color = "#FFFFD6" // very very light yellow
taste_description = "alkali" //who put ACID for NaOH ????
pH = 13
pH = 11.9
/datum/reagent/drying_agent
name = "Drying agent"