1
0
mirror of https://github.com/veden/Rampant.git synced 2025-01-14 02:23:01 +02:00

FACTO-20: Fixed tier in entity proxy for building selection

This commit is contained in:
Aaron Veden 2022-01-14 15:29:33 -08:00
parent c87bae0f27
commit 831d7aab91
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -67,7 +67,7 @@ local scales = {
local subTypes = constants.HIVE_BUILDINGS_TYPES
for t=1,11 do
for t=1,12 do
local scale = scales[t] * 1.2
for si=1,#subTypes do