nvs / gem

Gem TD+: A Warcraft III Tower Defense
https://discord.gg/PxNNp77
26 stars 2 forks source link

Towers upgrade multiple times if enough gold #515

Closed nvs closed 4 years ago

nvs commented 4 years ago

Instead of just upgrading once, a tower will upgrade as many times as is possible given the current amount of gold. This only applies to the early combinations (i.e. Silver, Malachite, and Fire Star). This is directly related to the following commit: 4ce87f14ba3bd5443e84c88de5b12cd020e339b5.

The behavior dealing with unit scaling was split out of that file, but the event causing that behavior to fire was not disabled.