diff options
Diffstat (limited to 'the-price-of-a-cup-of-coffee.lisp')
-rw-r--r-- | the-price-of-a-cup-of-coffee.lisp | 6 |
1 files 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) |