mirror of
https://github.com/veden/Rampant.git
synced 2025-03-17 20:58:35 +02:00
set the trap building cost to the standard worm cost
This commit is contained in:
parent
c4fea8f598
commit
42bd0f13c8
@ -1591,7 +1591,7 @@ for x=1,9 do
|
||||
end
|
||||
|
||||
constants.HIVE_BUILDINGS_COST = {}
|
||||
constants.HIVE_BUILDINGS_COST["trap"] = constants.BASE_WORM_UPGRADE * 0.5
|
||||
constants.HIVE_BUILDINGS_COST["trap"] = constants.BASE_WORM_UPGRADE
|
||||
constants.HIVE_BUILDINGS_COST["turret"] = constants.BASE_WORM_UPGRADE
|
||||
constants.HIVE_BUILDINGS_COST["utility"] = constants.BASE_SPAWNER_UPGRADE * 1.5
|
||||
constants.HIVE_BUILDINGS_COST["spitter-spawner"] = constants.BASE_SPAWNER_UPGRADE
|
||||
|
Loading…
x
Reference in New Issue
Block a user