about summary refs log tree commit diff
path: root/package.yaml
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-09-28T19·02-0400
committerGriffin Smith <root@gws.fyi>2019-09-28T19·03-0400
commitec39dc0a5bed58e0b0b48eeac98e0fd0ceaa65db (patch)
tree65a53bd79b15020572524db0a6e65ec549b5ab24 /package.yaml
parentabea2dcfac0e094bf4ce0d378763af7816b04501 (diff)
Tweak gormlak movement slightly
- Don't let gormlaks run into things like walls or each other
- Add a small element of randomness to gormlaks' motion
- Increase gormlaks' vision by a large amount
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index fe4dde46c8..aa1b52ed03 100644
--- a/package.yaml
+++ b/package.yaml
@@ -41,6 +41,9 @@ dependencies:
 - mtl
 - optparse-applicative
 - random
+- random-fu
+- random-extras
+- random-source
 - raw-strings-qq
 - reflection
 - stache