Ports Physiology (#15449)

* Ports Physiology

* updates
This commit is contained in:
Fox McCloud
2021-02-26 18:33:28 +00:00
committed by GitHub
parent 289f6994ce
commit b49a99d46e
16 changed files with 153 additions and 128 deletions
@@ -1242,12 +1242,12 @@
..()
if(ishuman(M))
var/mob/living/carbon/human/H = M
H.dna.species.siemens_coeff *= 2
H.physiology.siemens_coeff *= 2
/datum/reagent/teslium/on_mob_delete(mob/living/M)
if(ishuman(M))
var/mob/living/carbon/human/H = M
H.dna.species.siemens_coeff *= 0.5
H.physiology.siemens_coeff *= 0.5
..()
/datum/reagent/gluttonytoxin