From cc98bdde8b2700e357b80bed1cd2a3b5f7b4fb15 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 20 Feb 2018 15:22:58 -0500 Subject: [PATCH] Solar systems had continents instead of planets --- recursive-macro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recursive-macro.js b/recursive-macro.js index 6e6863d..2228c63 100644 --- a/recursive-macro.js +++ b/recursive-macro.js @@ -1041,7 +1041,7 @@ function SolarSystem(count = 1) { this.contents.star = new Star(1); var amount = distribution(5,15,count); - this.contents.planet = new Continent(amount); + this.contents.planet = new Planet(amount); this.describe = function(verbose = true) { if (verbose) {