|
|
|
@@ -685,7 +685,7 @@ export class Encounter { |
|
|
|
initiatives: Map<Creature, number> |
|
|
|
currentMove: Creature |
|
|
|
turnTime = 100 |
|
|
|
reward = 50 //Gold |
|
|
|
reward = 50 // Gold |
|
|
|
|
|
|
|
constructor (public desc: EncounterDesc, public combatants: Creature[]) { |
|
|
|
this.initiatives = new Map() |
|
|
|
|