瀏覽代碼

Fix a missing verb

vintage
Fen Dweller 5 年之前
父節點
當前提交
80df1cf4b8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/game/creatures/cafat.ts

+ 1
- 1
src/game/creatures/cafat.ts 查看文件

@@ -31,7 +31,7 @@ class BellyCrushAction extends AttackAction {
class BelchAction extends AttackAction {
successLine: PairLineArgs<Creature, { damage: Damage }> = (user, target, args) => new LogLines(
new LogLine(
`${user.name.capital} ${user.name.conjugate} on ${target.name.objective} for `,
`${user.name.capital} ${user.name.conjugate(new Verb('belch', 'belches'))} on ${target.name.objective} for `,
args.damage.renderShort()
),
new ImgElem('./media/cafat/images/belch.webp')


Loading…
取消
儲存