mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[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:
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
|
||||
|
||||
Reference in New Issue
Block a user