Breasts are still bust

2 new react vars
New broken chems:
Furranium
Yeehaw
This commit is contained in:
Fermi
2019-04-29 19:30:36 +01:00
parent 1c910ba9fe
commit 00804b9f61
7 changed files with 113 additions and 26 deletions
@@ -60,6 +60,9 @@
M.SetSleeping(0, 0)
M.jitteriness = 0
M.cure_all_traumas(TRAUMA_RESILIENCE_MAGIC)
if(M.blood_volume < BLOOD_VOLUME_NORMAL)
M.blood_volume = BLOOD_VOLUME_NORMAL
for(var/thing in M.diseases)
var/datum/disease/D = thing
if(D.severity == DISEASE_SEVERITY_POSITIVE)
@@ -35,6 +35,9 @@
var/FermiChem = FALSE //If the chemical uses the Fermichem reaction mechanics
var/FermiExplode = FALSE //If the chemical explodes in a special way as a result of
var/ImpureChem = "toxin" //What chemical is produced with an inpure reaction
var/InverseChemVal = 0.3
var/InverseChem = "toxin"
/datum/chemical_reaction/proc/on_reaction(datum/reagents/holder, created_volume, specialreact)
return