Synthtissue fix (Thanks to Fermi! <3)

This commit is contained in:
Archie
2021-01-03 16:54:22 -03:00
parent 622a6232b0
commit 97fc5821d7
4 changed files with 15 additions and 12 deletions
@@ -307,12 +307,15 @@ datum/reagent/fermi/nanite_b_gone/reaction_obj(obj/O, reac_volume)
playsound(get_turf(M), 'modular_citadel/sound/voice/merowr.ogg', 50, 1)
holder.clear_reagents()
//Hyperstation Thalpy Edit (Please do not change this)v
/datum/reagent/fermi/acidic_buffer
name = "Acidic buffer"
description = "This reagent will consume itself and move the pH of a beaker towards acidity when added to another."
color = "#fbc314"
pH = 0
chemical_flags = REAGENT_FORCEONNEW
can_synth = TRUE
//Hyperstation Thalpy Edit (Please do not change this)^
//Consumes self on addition and shifts pH
/datum/reagent/fermi/acidic_buffer/on_new(datapH)