aboutsummaryrefslogtreecommitdiff
path: root/neighborcat
diff options
context:
space:
mode:
authormryouse2022-06-25 03:09:37 +0000
committermryouse2022-06-25 03:09:37 +0000
commitb2d4cf084071352bece5e80ad8aa43ae45a5a253 (patch)
treefcf9f5f42df459cb8d6f1ce7d0e6f6349e48da66 /neighborcat
parentf898ef90406f636efb9331493852646f84bb9c10 (diff)
bugfix: spelling error
Diffstat (limited to 'neighborcat')
-rw-r--r--neighborcat/neighborcat.neb2
1 files changed, 1 insertions, 1 deletions
diff --git a/neighborcat/neighborcat.neb b/neighborcat/neighborcat.neb
index 61954e8..ae2ae70 100644
--- a/neighborcat/neighborcat.neb
+++ b/neighborcat/neighborcat.neb
@@ -67,7 +67,7 @@
; if there's no eats, exit
(def target-eats (get-random-eats))
- (if (and (list? target-eats) (empty? target-eat)) (exit))
+ (if (and (list? target-eats) (empty? target-eats)) (exit))
; eat the food
(unlink target-eats)