소스 검색

Fix typo; adjust some text

master
Fen Dweller 5 년 전
부모
커밋
e4a9576315
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      src/game/creatures/shingo.ts

+ 5
- 1
src/game/creatures/shingo.ts 파일 보기

@@ -55,6 +55,10 @@ class Hand extends NormalContainer {
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 {
@@ -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'
),


불러오는 중...
취소
저장