Explorar el Código

Describe planets as celestial objects

master
Fen Dweller hace 6 años
padre
commit
e6891c2ac0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      recursive-macro.js

+ 1
- 1
recursive-macro.js Ver fichero

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



Cargando…
Cancelar
Guardar