1
0
mirror of https://github.com/veden/Rampant.git synced 2024-12-26 20:54:12 +02:00

fixed typo

This commit is contained in:
Aaron Veden 2020-02-01 18:12:14 -08:00
parent c92f6732ae
commit 1060fb8ff9
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -612,7 +612,7 @@ function baseUtils.rebuildNativeTables(natives, surface, rg)
for i=1,#natives.bases do for i=1,#natives.bases do
local base = natives.bases[i] local base = natives.bases[i]
for x=1,#base.alignment do for x=1,#base.alignment do
local alignment = base.alignment[i] local alignment = base.alignment[x]
if not natives.buildingEvolveLookup[alignment] then if not natives.buildingEvolveLookup[alignment] then
base.alignment = findBaseInitialAlignment(natives, evoIndex) base.alignment = findBaseInitialAlignment(natives, evoIndex)
break break