Преглед изворни кода

Space because Rules...

pull/2/head
Samuel Dweller пре 3 година
родитељ
комит
5fea0bd7e8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/game/combat.ts

+ 1
- 1
src/game/combat.ts Прегледај датотеку

@@ -685,7 +685,7 @@ export class Encounter {
initiatives: Map<Creature, number> initiatives: Map<Creature, number>
currentMove: Creature currentMove: Creature
turnTime = 100 turnTime = 100
reward = 50 //Gold
reward = 50 // Gold


constructor (public desc: EncounterDesc, public combatants: Creature[]) { constructor (public desc: EncounterDesc, public combatants: Creature[]) {
this.initiatives = new Map() this.initiatives = new Map()


Loading…
Откажи
Сачувај