소스 검색

verb0se instead of verbose, somehow

tags/v0.7.0
Fen Dweller 8 년 전
부모
커밋
a0855acbbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      recursive-desc.js

+ 1
- 1
recursive-desc.js 파일 보기

@@ -419,7 +419,7 @@ function defaultSoulAbsorbPaw(container, macro, verbose) {
if (container.count == 0)
return "Your " + macro.footDesc() + " thumps against the ground";
else if (sum == 0)
return "Your " + macro.footDesc() + " slams down on " + container.describe(verb0se) + "...but there aren't any souls within!";
return "Your " + macro.footDesc() + " slams down on " + container.describe(verbose) + "...but there aren't any souls within!";
else
return "Your " + macro.footDesc() + " slams down on " + container.describe(verbose) + ", smashing them to pieces and absorbing " + sum + (sum == 1 ? " soul" : " souls") + " into your pads.";
}


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