diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-19 19:34:52 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-19 19:34:52 -0500 |
commit | 265e36ba6ef581785ead4fe1e50f35daf1152404 (patch) | |
tree | 333f8ab9e1d119c721b1b6cb060443eb1bd23a7d /the-price-of-a-cup-of-coffee.lisp | |
parent | 9adc42fcaec89c77df8e4a22a33fd323a62efa89 (diff) |
tweaks
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) |