| @@ -55,6 +55,10 @@ class Hand extends NormalContainer { | |||||
| this | this | ||||
| )) | )) | ||||
| } | } | ||||
| consumeLine: PairLineArgs<Vore, { container: Container }> = (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 { | class Paw extends NormalContainer { | ||||
| @@ -67,7 +71,7 @@ class Paw extends NormalContainer { | |||||
| this.actions.push(new TrappedAction( | this.actions.push(new TrappedAction( | ||||
| "Smother", | "Smother", | ||||
| "Bury your victim under your ties", | |||||
| "Bury your victim under your toes", | |||||
| new Verb( | new Verb( | ||||
| 'smother' | 'smother' | ||||
| ), | ), | ||||