- Steam App
- A Witch's Game (2831200)
- Event type
- patch note
- Published
- 29 June 2024 - 04:54:02 UTC
- Source
- steam_community_announcements
Developer Note - It wasn't enough to warrant a post, but I made a patch yesterday to fix a couple bugs. - The patch today addresses one big bug. - The patch tomorrow will come later in the day, and the July roadmap will be released soon after. - I tried something new for today, which was documenting my coding process as I worked through the issue. It's probably too verbose for patch notes, so I'll share it elsewhere. Fixes - I fixed #issue/0044, which was a bug that occurs when an enemy telegraphing unit is displaced such that its engagement will target an empty tile. Rather than maintaining its telegraph, the telegraph will disappear. If the player then moves a unit into this empty tile, the telegraph will not reappear but the engagement will still occur at the start of the enemy's next turn. This issue required a substantial rework that took me all day to diagnose, but I'm happy to hav...