本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
great_wolves
/
feast
複製自
chemicalcrux/feast
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Remove old logging
master
Fen Dweller
5 年之前
父節點
0ad5a482c9
當前提交
f0b75e4fad
共有
2 個檔案被更改
,包括
0 行新增
和
3 行删除
分割檢視
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
查看文件
@@ -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 */
Write
Preview
Loading…
取消
儲存