Changing mutagen touch effect

Changing the random chance to inject itself when splashed to a chance to cause DNA regression.
This commit is contained in:
Sharkmare
2019-02-16 17:48:54 +01:00
committed by GitHub
parent b0166d809e
commit 2de4b63ecf
@@ -400,8 +400,8 @@
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))
M.monkeyize()//CHOMPEDIT: Primal forms!
/datum/reagent/mutagen/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
if(prob(67))