[MIRROR] Fixes gorillification for radiated monkeys (#3098)

* Fixes gorillification for radiated monkeys

* a

Co-authored-by: Couls <coul422@gmail.com>
Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-05 21:22:25 +00:00
committed by GitHub
co-authored by Couls Gandalf2k15
parent 7c9adb14f8
commit ffd03f617a
@@ -91,11 +91,13 @@
target.attack_paw(user, modifiers)
return TRUE
//SKYRAT EDIT REMOVAL BEGIN
/*
/datum/species/monkey/handle_mutations_and_radiation(mob/living/carbon/human/H)
. = ..()
if(H.radiation > RAD_MOB_MUTATE * 2 && prob(50))
H.gorillize()
return
/datum/species/monkey/check_roundstart_eligible()
if(SSevents.holidays && SSevents.holidays[MONKEYDAY])
return TRUE
return ..()
*/
//SKYRAT EDIT REMOVAL END