mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-21 02:56:39 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user