From e4a957631567b797b67fac0d0a2525afa784765a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 30 Jul 2020 16:22:52 -0400 Subject: [PATCH] Fix typo; adjust some text --- src/game/creatures/shingo.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/game/creatures/shingo.ts b/src/game/creatures/shingo.ts index 2e92ed1..96e795e 100644 --- a/src/game/creatures/shingo.ts +++ b/src/game/creatures/shingo.ts @@ -55,6 +55,10 @@ class Hand extends NormalContainer { this )) } + + consumeLine: PairLineArgs = (user, target, args) => { + return new LogLine(`${user.name.capital} ${user.name.conjugate(this.consumeVerb)} ${target.name.objective} up in ${user.pronouns.possessive} ${args.container.name}, giving ${target.pronouns.objective} a firm squeeze in ${user.pronouns.possessive} fingers.`) + } } class Paw extends NormalContainer { @@ -67,7 +71,7 @@ class Paw extends NormalContainer { this.actions.push(new TrappedAction( "Smother", - "Bury your victim under your ties", + "Bury your victim under your toes", new Verb( 'smother' ),