소스 검색

Remove old logging

master
Fen Dweller 5 년 전
부모
커밋
f0b75e4fad
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -1
      src/game/combat/effects.ts
  2. +0
    -2
      src/game/creature.ts

+ 0
- 1
src/game/combat/effects.ts 파일 보기

@@ -201,7 +201,6 @@ export class StatEffect extends StatusEffect {
}

modStat (creature: Creature, stat: Stat, current: number): number {
console.log(stat, this.stat)
if (stat === this.stat) {
return current * this.factor + this.amount
} else {


+ 0
- 2
src/game/creature.ts 파일 보기

@@ -69,8 +69,6 @@ export class Creature extends Entity {
this.vigors[key as Vigor] = val
})

console.log(this)

this.actions.push(new PassAction())
this.side = Side.Heroes
/* eslint-disable-next-line */


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