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

Added reward for encounters

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

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

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

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


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