Procházet zdrojové kódy

Remove old logging

master
Fen Dweller před 5 roky
rodič
revize
f0b75e4fad
2 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. +0
    -1
      src/game/combat/effects.ts
  2. +0
    -2
      src/game/creature.ts

+ 0
- 1
src/game/combat/effects.ts Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 */


Načítá se…
Zrušit
Uložit