Now requires 20 crackers to go from 1% to 100% speak_chance.

This commit is contained in:
octareenroon91
2016-02-14 15:34:07 -06:00
parent 0871755a3f
commit 610f2b47ba
@@ -335,7 +335,7 @@
user.drop_item()
if(health < maxHealth)
adjustBruteLoss(-10)
speak_chance = 100 - (0.7 * (100 - speak_chance)) // Chance to NOT talk decays exponentially
speak_chance *= 1.27 // 20 crackers to go from 1% to 100%
user << "<span class='notice'>[src] eagerly devours the cracker.</span>"
..()
return