From de6706e1370407f59d28c2819795bcfd67b5d93b Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 8 Apr 2014 14:22:17 -0400 Subject: [PATCH] fix an old copy&paste error --- API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.txt b/API.txt index 7492050..bafef7b 100644 --- a/API.txt +++ b/API.txt @@ -269,7 +269,7 @@ biome = { -- avoided. If this or the avoid_nodes value -- is nil or omitted, this check is skipped. -- Avoid using excessively large radii or you - -- will slow down the ABM. + -- will slow down the map generator. rarity = num, -- how rare should this object be in its -- biome? Larger values make objects more -- rare, via: math.random(1,100) > this