aboutsummaryrefslogtreecommitdiff
path: root/neighborcat/neighborcat.neb
diff options
context:
space:
mode:
Diffstat (limited to 'neighborcat/neighborcat.neb')
-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)