a little more moo

This commit is contained in:
Cheese 2015-04-01 17:28:05 +11:00
parent 59fce1cd88
commit 31ddeaac50
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ public class AprilFoolsManager extends MiniPlugin
for (String word : words)
{
//Prefix
if (Math.random() > 0.9)
if (Math.random() > 0.85)
{
out += "moo";
@ -71,7 +71,7 @@ public class AprilFoolsManager extends MiniPlugin
}
//Suffix
else if (Math.random() > 0.9)
else if (Math.random() > 0.85)
{
out += word + " ";