diff --git a/recursive-macro.js b/recursive-macro.js index 7aff03f..8c2b960 100644 --- a/recursive-macro.js +++ b/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"); } }