Update dna.dm

This commit is contained in:
silicons
2020-12-12 10:13:17 -07:00
committed by GitHub
parent abf950ee17
commit ab9d26285c

View File

@@ -663,7 +663,7 @@
var/instability = - dna.stability
dna.remove_all_mutations()
dna.stability = 100
if(prob(max(70 + instability,0)))
if(prob(max(70 - instability,0)))
switch(rand(0,3)) //not complete and utter death
if(0)
monkeyize()