소스 검색

Space because Rules...

master
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>
currentMove: Creature
turnTime = 100
reward = 50 //Gold
reward = 50 // Gold

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


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