From 67e2ca0404fd11f599f39f2e7c25e974fcc85658 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Sat, 24 Jun 2023 20:04:52 -0500 Subject: [PATCH] Tweak interact-radius again! --- overworld.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overworld.lisp b/overworld.lisp index cefd3e3..b4f7567 100644 --- a/overworld.lisp +++ b/overworld.lisp @@ -70,7 +70,7 @@ (entities-near-coords (getf (cdr entity) :coords) (+ (length (getf (cdr entity) :face)) 6) entities - :y-radius 2))) + :y-radius 4))) (defun cell-at-world-coords-p (map-chunks coords) "Return whether or not there is a cell at the given coordinates."