ソースを参照

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");
}
}



読み込み中…
キャンセル
保存