fix sample lua cavegen

This commit is contained in:
gfgtdf 2016-02-08 23:37:23 +01:00
parent fc1c9ff699
commit 527c3b1a1e

View file

@ -197,9 +197,6 @@ local function set_tile_index(index, val)
else
map[index] = val
end
if random(100) < 5 then
map[index] = terrain_village
else
end
end