diff options
| author | mryouse | 2022-06-25 03:09:37 +0000 |
|---|---|---|
| committer | mryouse | 2022-06-25 03:09:37 +0000 |
| commit | b2d4cf084071352bece5e80ad8aa43ae45a5a253 (patch) | |
| tree | fcf9f5f42df459cb8d6f1ce7d0e6f6349e48da66 /neighborcat | |
| parent | f898ef90406f636efb9331493852646f84bb9c10 (diff) | |
bugfix: spelling error
Diffstat (limited to 'neighborcat')
| -rw-r--r-- | neighborcat/neighborcat.neb | 2 |
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) |
