chore(api): anchor the seeded demo character's HP regeneration

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Bastian Wagner
2026-08-21 15:53:20 +02:00
parent cfe1866956
commit caf63b34a4

View File

@@ -243,6 +243,7 @@ export async function seedVisibleVerticalSlice(
baseHp: 100,
baseAttack: 6,
currentHp: 100,
hpRegenSince: new Date(),
currentLocationId: southGateId,
});
}