Makes magillitis affect all Hominidae. (#30841)

This commit is contained in:
ShizCalev
2017-09-20 10:05:03 -04:00
committed by CitadelStationBot
parent bb837fe20e
commit f5f9ada39c
2 changed files with 3 additions and 3 deletions
@@ -1576,13 +1576,13 @@
/datum/reagent/magillitis
name = "Magillitis"
id = "magillitis"
description = "An experimental serum which causes rapid muscular growth in basic primates. Side-affects may include hypertrichosis, violent outbursts, and an unending affinity for bananas."
description = "An experimental serum which causes rapid muscular growth in Hominidae. Side-affects may include hypertrichosis, violent outbursts, and an unending affinity for bananas."
reagent_state = LIQUID
color = "#00f041"
/datum/reagent/magillitis/on_mob_life(mob/living/carbon/M)
..()
if(ismonkey(M) && current_cycle >= 10)
if((ismonkey(M) || ishuman(M)) && current_cycle >= 10)
return M.gorillize()
/datum/reagent/growthserum