Преглед изворни кода

Describe planets as celestial objects

master
Fen Dweller пре 5 година
родитељ
комит
e6891c2ac0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      recursive-macro.js

+ 1
- 1
recursive-macro.js Прегледај датотеку

@@ -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…
Откажи
Сачувај