Explorar el Código

Space because Rules...

master
Samuel Dweller hace 3 años
padre
commit
5fea0bd7e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/game/combat.ts

+ 1
- 1
src/game/combat.ts Ver fichero

@@ -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()


Cargando…
Cancelar
Guardar