本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
chemicalcrux
/
gorge
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
9
Wiki
活動
瀏覽代碼
Fix plural form for galaxies
tags/v0.0.4
Fen Dweller
5 年之前
父節點
90ef4158f2
當前提交
a6beff0a16
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
constants.js
+ 1
- 1
constants.js
查看文件
@@ -136,7 +136,7 @@ const buildings = {
},
},
"galaxy": {
"galaxy": {
"name": "Galaxy",
"name": "Galaxy",
"plural": "Galax
y
",
"plural": "Galax
ies
",
"desc": "In a galaxy far, far down your gullet...",
"desc": "In a galaxy far, far down your gullet...",
"cost": 4.0e17,
"cost": 4.0e17,
"prod": 1e15/2.6,
"prod": 1e15/2.6,
Write
Preview
Loading…
取消
儲存