Przeglądaj źródła

Fix a missing verb

vintage
Fen Dweller 5 lat temu
rodzic
commit
80df1cf4b8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/game/creatures/cafat.ts

+ 1
- 1
src/game/creatures/cafat.ts Wyświetl plik

@@ -31,7 +31,7 @@ class BellyCrushAction extends AttackAction {
class BelchAction extends AttackAction { class BelchAction extends AttackAction {
successLine: PairLineArgs<Creature, { damage: Damage }> = (user, target, args) => new LogLines( successLine: PairLineArgs<Creature, { damage: Damage }> = (user, target, args) => new LogLines(
new LogLine( 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() args.damage.renderShort()
), ),
new ImgElem('./media/cafat/images/belch.webp') new ImgElem('./media/cafat/images/belch.webp')


Ładowanie…
Anuluj
Zapisz