Skip to content

Commit fdff831

Browse files
More slugtar fortunes
1 parent f30c9b4 commit fdff831

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

FortunateSlug/Slugtar.cs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,18 @@ private string GetRandFortune()
4242
"Kissing a slug will lead to disaster.",
4343
"You'll make grades. I make slime.",
4444
"You will get lost in the woods between Porter and Kresge",
45-
"Beware the deer. They have seen things."
45+
"Beware the deer. They have seen things.",
46+
"You will find true love, but it will be a slug.",
47+
"Don't fight the turkeys on the way to class. They will win.",
48+
"If it has been raining all day, close your blinds. Trust me...",
49+
"Your greatest challenge will not be academic, but rather finding parking after 10 AM.",
50+
"Your calves are going to be sore tomorrow.",
51+
"When the first rain falls, a great liberation will occur. You will not be able to unsee it.",
52+
"Yes, you have to walk all the way up there.",
53+
"You will get lost in the buildings, they're all mazes.",
54+
"Eduroam will fail you during your most important Zoom call",
55+
"A professor's office hours hold the secrets the lecture hall cannot",
56+
"The laundry machine will leave one sock soaking wet. Always one."
4657
};
4758

4859
return fortunes[new Random().Next(fortunes.Length)];

0 commit comments

Comments
 (0)