This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
gorge
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
9
Wiki
Activity
Browse Source
Fix plural form for galaxies
tags/v0.0.4
Fen Dweller
5 years ago
parent
90ef4158f2
commit
a6beff0a16
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
constants.js
+ 1
- 1
constants.js
View File
@@ -136,7 +136,7 @@ const buildings = {
},
"galaxy": {
"name": "Galaxy",
"plural": "Galax
y
",
"plural": "Galax
ies
",
"desc": "In a galaxy far, far down your gullet...",
"cost": 4.0e17,
"prod": 1e15/2.6,
Write
Preview
Loading…
Cancel
Save