a little more moo

This commit is contained in:
Cheese 2015-04-01 17:28:05 +11:00
parent 59fce1cd88
commit 31ddeaac50

View File

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