Maescool / Catacomb-Snatch

Mojang's Humble bundle source
Other
295 stars 99 forks source link

Fix bug, if turrel pickup and drop, hp resotred. #880

Closed KBaluh closed 12 years ago

KBaluh commented 12 years ago

1) void "init" call void "makeUpgradeableWithCosts" 2)"makeUpgradeableWithCosts" call void "upgradeComplete" 3) void "upgradeComplete" resored hp. To fix need remove "makeUpgradeableWithCosts" with void "init" and paste to constructor

EvanCahill commented 12 years ago

Issue #848 was already closed by pull request #878

KBaluh commented 12 years ago

corrected more quickly than I :)

master-lincoln commented 12 years ago

already done in #848