소스 검색

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


불러오는 중...
취소
저장