mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
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:
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)
|
||||
|
||||
Reference in New Issue
Block a user