ソースを参照

Added reward for encounters

pull/2/head
コミット
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()


読み込み中…
キャンセル
保存