Skip to content

Commit 725f373

Browse files
committed
Merge pull request #19 from EvanLovely/patch-1
Adding a Saying
2 parents 473a17b + 174ab74 commit 725f373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PatternLab/Generator.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ public function printSaying() {
212212
"¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>",
213213
"@}~}~~~",
214214
"(>'.')> (>'.')> (>'.')> ",
215-
"\(^-^)/"
215+
"\(^-^)/",
216+
"you've been at this awhile; perhaps it's time for a walk outside?"
216217
);
217218
if (isset($sayings[$randomNumber])) {
218219
Console::writeLine("<".$color.">".$sayings[$randomNumber]."...</".$color.">");

0 commit comments

Comments
 (0)