浏览代码

Modifying failure message to cause less stress.

Stanley Bileschi 12 年之前
父节点
当前提交
214df2f97d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)