This website works better with JavaScript.
Home
Explore
Help
Sign In
great_wolves
/
feast
forked from
chemicalcrux/feast
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove old logging
master
Fen Dweller
5 years ago
parent
0ad5a482c9
commit
f0b75e4fad
2 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/game/combat/effects.ts
+0
-2
src/game/creature.ts
+ 0
- 1
src/game/combat/effects.ts
View File
@@ -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
View File
@@ -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 */
Write
Preview
Loading…
Cancel
Save