mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Trace Chemicals and Mass Spectrometers (#11993)
This commit is contained in:
@@ -696,6 +696,10 @@
|
||||
// TODO: stomach and bloodstream organ.
|
||||
if(!isSynthetic())
|
||||
handle_trace_chems()
|
||||
if(!(species.flags & NO_BLOOD))
|
||||
// update the trace chems in our blood vessels
|
||||
var/decl/reagent/blood/B = decls_repository.get_decl(/decl/reagent/blood)
|
||||
B.handle_trace_chems(vessel)
|
||||
|
||||
for(var/_R in chem_doses)
|
||||
if ((_R in bloodstr.reagent_volumes) || (_R in ingested.reagent_volumes) || (_R in breathing.reagent_volumes) || (_R in touching.reagent_volumes))
|
||||
|
||||
Reference in New Issue
Block a user