diff --git a/src/game/combat.ts b/src/game/combat.ts index be353e3..f4ddfcf 100644 --- a/src/game/combat.ts +++ b/src/game/combat.ts @@ -685,6 +685,7 @@ export class Encounter { initiatives: Map currentMove: Creature turnTime = 100 + reward = 50 //Gold constructor (public desc: EncounterDesc, public combatants: Creature[]) { this.initiatives = new Map()