Lowers the chance for monkeys to become gorillas (#30120)

* Lowers the chance for monkeys to become gorillas

* Update life.dm

* Update life.dm

* Update life.dm
This commit is contained in:
MoreRobustThanYou
2017-08-24 08:18:22 -04:00
committed by Remie Richards
parent aa0844a578
commit 75c197f8d0
@@ -29,7 +29,7 @@
emote("collapse")
Knockdown(200)
to_chat(src, "<span class='danger'>You feel weak.</span>")
if(radiation > 30 && prob((radiation - 30) * (radiation - 30) * 0.002))
if(radiation > 30 && prob((radiation - 30) * (radiation - 30) * 0.00002))
gorillize()
return
switch(radiation)