Makes magillitis affect all Hominidae. (#30841)
This commit is contained in:
committed by
CitadelStationBot
parent
bb837fe20e
commit
f5f9ada39c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user