Skip to content

Commit

Permalink
*inserts metal scream here*
Browse files Browse the repository at this point in the history
  • Loading branch information
Past Ennui committed Aug 12, 2020
1 parent a9c1664 commit b8277f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class OkZoomerClientMod implements ClientModInitializer {
public void onInitializeClient() {
//TODO - Actually do zoom stuff, remove when everything's done.
Random random = new Random();
String[] owo = new String[]{"_w_"};
String[] owo = new String[]{"owo", "OwO", "uwu", "nwn", "^w^", ">w<", "Owo", "owO", ";w;", "0w0", "QwQ", "TwT", "-w-", "$w$", "@w@", "*w*", ":w:", "°w°", "ºwº", "ówò", "òwó", "`w´", "´w`", "~w~", "umu", "nmn", "own", "nwo", "ùwú", "úwù", "ñwñ", "UwU", "NwN", "ÙwÚ", "PwP", "own", "nwo", "/w/", "\\w\\", "|w|", "#w#", "<>w<>", "'w'", "\"w\"", "öwö", "ôwô", "ÖwÖ", "ÔwÔ", ".w.", "+w+", ")w(", "]w[", "}w{", "_w_", "=w="};
ZoomUtils.modLogger.info("[Ok Zoomer] " + owo[random.nextInt(owo.length)] + " what's this");

//Load the events.
Expand Down

0 comments on commit b8277f0

Please sign in to comment.