Added vomiting, "-all" for Words

This commit is contained in:
Sn0wStorm
2013-07-03 00:31:34 +02:00
parent 09c1e84317
commit 6e2df99c14
6 changed files with 101 additions and 13 deletions
+2
View File
@@ -91,6 +91,8 @@ public class Words {
} else if (from.equalsIgnoreCase("-start")) {
from = words;
to = to + words;
} else if (from.equalsIgnoreCase("-all")) {
from = words;
} else if (from.equalsIgnoreCase("-space")) {
from = " ";
} else if (from.equalsIgnoreCase("-random")) {