bug: purchase problem

making a purchase does not change the amount of money available untill after you leave the production screen. this allowed me to purchase anything that was not individually more than I had money for.
129 views 7 replies
Reply #1 Top
Ick..that bug should have already been fixed...possibly another overwritten change...
Reply #2 Top
Could you describe that in more detail? I'm not following you.
Reply #3 Top
Yeah...I just looked at the AddLease function, and it subtracts the initial payment from your money, and it's called as soon as you hit the accept button...
Reply #4 Top
ok money is not subtracted until you click somewhere OUTSIDE the current planet window( the part occupying the main screen, not the right ot bottom menu areas ).
Reply #5 Top
Um, it doesn't show as being updated, but it is subtracted...the purchase button should disappear once you have no money...and it does.

However, as long as you have a positive balance, (zero is not positive or negative) you will be able to purchase anything, since it doesn't check to see if you have enough money before letting you purchase it. I added a line of code to make it update the display at the top of the screen.
Reply #6 Top
you can purchase yourself into massive death, on purpose or accident.
Reply #7 Top
The update to the display should help.