sli-fox / jamms

Apache License 2.0
3 stars 1 forks source link

Tower Upgrade System failing #100

Closed mdubey2014 closed 9 years ago

mdubey2014 commented 9 years ago

When we press Key "U", the tower range grows but its not actually upgraded. No points taken from player. Growing range does not have a limit.

AjayAujla commented 9 years ago

(I haven't tested myself yet) I think it's because the tower decorator stuff might not have those limits set in place. So it's decorating the tower a million times, and increasing the range each time. @markmssd Does that sound like the issue?

markmssd commented 9 years ago

Yeah thats exactly it. Ill work on it on monday...

On Sun, Nov 23, 2014, 12:05 PM AjayAujla notifications@github.com wrote:

I think it's because the tower decorator stuff might not have those limits set in place. So it's decorating the tower a million times, and increasing the range each time. @markmssd https://github.com/markmssd Does that sound like the issue?

— Reply to this email directly or view it on GitHub https://github.com/sli-fox/jamms/issues/100#issuecomment-64125204.

markmssd commented 9 years ago

fixed