a little more moo
This commit is contained in:
parent
59fce1cd88
commit
31ddeaac50
@ -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 + " ";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user