2b32c135bdad

Durrrr
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Jan 2017 21:47:23 +0000
parents 2ee2dd0a706f
children 7ec8744b84c1
branches/tags (none)
files src/flavor.lisp

Changes

--- a/src/flavor.lisp	Sat Jan 07 21:43:33 2017 +0000
+++ b/src/flavor.lisp	Sat Jan 07 21:47:23 2017 +0000
@@ -19,7 +19,7 @@
                         "Alone, like you."))))
 
 (defun feeling ()
-  (format nil "You suddenly have a ~A feeling.~2%~A"
+  (format nil "You suddenly have ~A feeling.~2%~A"
           (random-elt #("a good" "a bad" "a worrying" "a hopeful" "an uneasy"))
           (random-elt #("It passes after a moment."
                         "It lingers for a while."))))