Przeglądaj źródła

Describe planets as celestial objects

master
Fen Dweller 5 lat temu
rodzic
commit
e6891c2ac0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      recursive-macro.js

+ 1
- 1
recursive-macro.js Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz