diff options
Diffstat (limited to 'wake-up.scm')
-rw-r--r-- | wake-up.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wake-up.scm b/wake-up.scm index b6ff104..e6e7d6b 100644 --- a/wake-up.scm +++ b/wake-up.scm @@ -396,10 +396,7 @@ (tire+) (depress) (next-day) - (lambda () - (newline) - (display (string-append "Days " (number->string (*day*)))) - (newline)) + (day-banner) (to-state 'wake-up))))))) ((to-state 'start)) |