From 265e36ba6ef581785ead4fe1e50f35daf1152404 Mon Sep 17 00:00:00 2001 From: Boutade Date: Sat, 19 Oct 2019 19:34:52 -0500 Subject: tweaks --- the-price-of-a-cup-of-coffee.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/the-price-of-a-cup-of-coffee.lisp b/the-price-of-a-cup-of-coffee.lisp index 0af2ede..e779f69 100644 --- a/the-price-of-a-cup-of-coffee.lisp +++ b/the-price-of-a-cup-of-coffee.lisp @@ -369,7 +369,7 @@ :sheet *suit-texture* :comfort-rad 120 :anger 0.1 - :kindness 0.12 + :kindness 0.18 :generosity 0.25 :vulnerability 0.04 ))) @@ -386,7 +386,7 @@ :sheet *normy-texture* :comfort-rad 90 :anger 0.07 - :kindness 0.2 + :kindness 0.24 :generosity 0.2 :vulnerability 0.05))) (setf (walk-speed normy) 4) @@ -414,7 +414,7 @@ :sheet *punker-texture* :comfort-rad 100 :anger 0.01 - :kindness 0.3 + :kindness 0.31 :generosity 0.5 :vulnerability 0.01))) (setf (walk-speed punker) 3) -- cgit v1.2.3