Merge pull request #401 from Sharkmare/patch-20

Changing mutagen touch effect
This commit is contained in:
Vollybally
2019-02-17 00:03:38 -05:00
committed by GitHub
@@ -400,8 +400,10 @@
color = "#13BC5E"
/datum/reagent/mutagen/affect_touch(var/mob/living/carbon/M, var/alien, var/removed)
if(prob(33))
affect_blood(M, alien, removed)
if(prob(25))
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))