mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Now requires 20 crackers to go from 1% to 100% speak_chance.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user