Update Chemistry-Reagents-Toxins.dm

This commit is contained in:
Sharkmare
2019-02-17 02:29:53 +01:00
committed by GitHub
parent 2de4b63ecf
commit 1e8caf014f
@@ -401,7 +401,9 @@
/datum/reagent/mutagen/affect_touch(var/mob/living/carbon/M, var/alien, var/removed)
if(prob(25))
M.monkeyize()//CHOMPEDIT: Primal forms!
if(istype(M,/mob/living/carbon/human))
var/mob/living/carbon/human/h = M
h.monkeyize()//CHOMPEDIT: Primal forms!
/datum/reagent/mutagen/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
if(prob(67))