Ver código fonte

Describe planets as celestial objects

master
Fen Dweller 5 anos atrás
pai
commit
e6891c2ac0
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      recursive-macro.js

+ 1
- 1
recursive-macro.js Ver arquivo

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



Carregando…
Cancelar
Salvar