瀏覽代碼

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



Loading…
取消
儲存