Browse Source

Describe planets as celestial objects

master
Fen Dweller 5 years ago
parent
commit
e6891c2ac0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      recursive-macro.js

+ 1
- 1
recursive-macro.js View File

@@ -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…
Cancel
Save