Procházet zdrojové kódy

Modifying failure message to cause less stress.

Stanley Bileschi před 12 roky
rodič
revize
214df2f97d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      contemplate.lsp

+ 1 - 1
contemplate.lsp

@@ -85,7 +85,7 @@
85 85
                      (second k-result))))
86 86
     (if all-pass-p
87 87
         (format t "~A has expanded your awareness.~%" koan-name)
88
-        (format t "~A has damaged your karma.~%" koan-name))))
88
+        (format t "~A requires more meditation.~%" koan-name))))
89 89
 
90 90
 (defun print-koan-group-progress (kg-name kg-results)
91 91
   (format t "~%Thinking about ~A~%" kg-name)