From 37eacc43f55a4b72886e6637bb417e0a31e76bc9 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Sat, 24 Jun 2023 16:12:16 -0500 Subject: [PATCH] Tweak interaction range --- overworld.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overworld.lisp b/overworld.lisp index e323692..cefd3e3 100644 --- a/overworld.lisp +++ b/overworld.lisp @@ -68,7 +68,7 @@ (…:plist= (cdr entity) (cdr test-entity))) (entities-near-coords (getf (cdr entity) :coords) - (+ (length (getf (cdr entity) :face)) 2) + (+ (length (getf (cdr entity) :face)) 6) entities :y-radius 2)))