From a6beff0a1601245b8646b0b62754ee55659e7cba Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 10 Dec 2019 08:45:57 -0500 Subject: [PATCH] Fix plural form for galaxies --- constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.js b/constants.js index 290b399..4c695e3 100644 --- a/constants.js +++ b/constants.js @@ -136,7 +136,7 @@ const buildings = { }, "galaxy": { "name": "Galaxy", - "plural": "Galaxy", + "plural": "Galaxies", "desc": "In a galaxy far, far down your gullet...", "cost": 4.0e17, "prod": 1e15/2.6,