mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 08:59:01 +00:00
Added vomiting, "-all" for Words
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user