소스 검색

Describe planets as celestial objects

master
Fen Dweller 5 년 전
부모
커밋
e6891c2ac0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      recursive-macro.js

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

@@ -1542,7 +1542,7 @@ function Planet(count = 1) {
this.contents = initContents(this.name,this.count);

this.describe = function(verbose=true) {
return defaultDescribe(verbose, this, "community");
return defaultDescribe(verbose, this, "celestial");
}
}



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