Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Planet was reserved, but no points were stockpiled.  I don't know if this is a problem with the building itself or an interaction with the planet's passive ability to stay in hand when reserved.

[edit] On a related note, it's really hard to test if the buildings are working if I have to properly earn them every single game.  Would it be possible to get a Debug Mode on the Production Panel that allows testers to build locked buildings for free? [/edit]

(1 edit)

It's from the interaction with the planet effect. The code runs when the card is discarded from the hand at the end of the turn, so with it not getting discarded it isn't counting as reserved. I will have to update that.

As for a debug mode, I do already have a hidden dev control system in. If you hit Alt + ` it toggles its visibility on or off. There are some buttons for free production and one for resources I believe.

Edit 5/4:
Looks like I actually did account for cards remaining in hard to trigger the effects. I just forgot to hook up part of the code so while the stored value increased it was never displayed and never actually applied when the planet was played.