Had a mistake where I wasn't tracking the live->dead transition it the new code.

This commit is contained in:
Zed A. Shaw 2026-05-25 11:02:22 -04:00
parent e35e362846
commit 2a92687bc9
3 changed files with 10 additions and 17 deletions

View file

@ -133,7 +133,6 @@ namespace components {
bool almost_dead();
bool can_heal();
void apply_healing(Curative& cure);
void INVARIANT();
};
struct LightSource {