diff --git a/game.love b/game.love
new file mode 100644
index 0000000..a98bf44
Binary files /dev/null and b/game.love differ
diff --git a/main.lua b/main.lua
index 18a775a..fc9b803 100644
--- a/main.lua
+++ b/main.lua
@@ -38,7 +38,7 @@ function regulator()
     end
     if #edibles < #bugs/3 and rules["abundantFood"] then 
         table.insert(edibles, edible(math.random(0, VIRTUAL_HEIGHT), math.random(0, VIRTUAL_WIDTH), 10))
-    elseif #edibles <= 3 then 
+    elseif #edibles <= 10 then 
         table.insert(edibles, edible(math.random(0, VIRTUAL_HEIGHT), math.random(0, VIRTUAL_WIDTH), 10))
     end
 end