diff --git a/src/game/creatures/cafat.ts b/src/game/creatures/cafat.ts index d71ead1..131e213 100644 --- a/src/game/creatures/cafat.ts +++ b/src/game/creatures/cafat.ts @@ -31,7 +31,7 @@ class BellyCrushAction extends AttackAction { class BelchAction extends AttackAction { successLine: PairLineArgs = (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')