83f835ccb0
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m19s
Fixes #299: Seed calculation now includes runId component per spec (seed = floor × 12345 + runId) Fixes #298: Treasure loot now uses seeded random instead of Math.random() Changes: - Added runId field to CombatState type - Generated random runId on spire entry in createEnterSpireMode - Updated getRoomsForFloor, generateSpireRoomType, generateSpireFloorState, generateTreasureLoot to accept and use runId - Updated all call sites in combat-descent-actions.ts and combatStore.ts - Treasure loot item count now uses seeded RNG instead of Math.random()