Willem van den Ende ba0903714c refactor: replace number health with Health value object in MagicalObject
- MagicalObject: internal #health and #maxHealth now Health type
- HealingObject: constructor, create, and heal use Health value object
- MagicalWeapon: constructor, create, and use use Health value object
- DamageDealer and Healer interfaces: health: number -> health: Health
- magical-objects.spec.ts: all assertions use .health.value
- Run npm run checks: 0 errors, 70 tests passing
2026-06-14 13:35:44 +01:00
..
2026-06-12 22:08:36 +01:00
2026-06-12 22:08:36 +01:00
2026-06-12 22:08:36 +01:00
2026-06-12 22:08:36 +01:00
2026-06-12 22:08:36 +01:00