Breasts are still bust
2 new react vars New broken chems: Furranium Yeehaw
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user