mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 03:26:21 +01:00
Merge pull request #401 from Sharkmare/patch-20
Changing mutagen touch effect
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user