Procházet zdrojové kódy

Describe planets as celestial objects

master
Fen Dweller před 5 roky
rodič
revize
e6891c2ac0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      recursive-macro.js

+ 1
- 1
recursive-macro.js Zobrazit soubor

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



Načítá se…
Zrušit
Uložit