- Steam App
- From Embers (4506860)
- Event type
- patch note
- Published
- 27 April 2026 - 04:30:20 UTC
- Source
- steam_community_announcements
# Session Patch Notes ## Bug Fixes ### Resource panel screen-shake - The world view no longer jitters when knowledge (or any resource) crosses 1,000. - Cause: amount label widened/narrowed each frame as text format changed (e.g. `999.5` → `1000` → `1,000`), pushing the panel wider and shrinking the centered world view. - Fix: amount label now occupies a fixed 160px right-aligned slot with text clipping. `format_number` also rounds near-integers up front, so values like 999.96 don't render as `1000` (no comma) one frame and `1,000` (with comma) the next. ### Population events firing when housing is full - "Wandering stranger" and similar offer events no longer appear when the player can't accept new villagers. - Cause: event filter accepted any event where *any* choice was viable, but decline-fallback choices (empty effects) were always trivially viable, so offer events always fired and t...