From 2e08e271b9185ab1347958c04eb934d4da986391 Mon Sep 17 00:00:00 2001 From: Samuel Dweller Date: Fri, 10 Jun 2022 15:45:38 -0500 Subject: [PATCH] Added reward for encounters --- src/game/combat.ts | 1 + 1 file changed, 1 insertion(+) 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()