Misc default value changes

This commit is contained in:
2015-01-06 15:16:35 +08:00
parent e781db308b
commit ca6a88798a
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -28,8 +28,11 @@ function Dragonfly()
Dragonfly.currentSphere = 10;
Dragonfly.Spheres = {
// Debug
THERMO: 30
// Inspect
, STRATO: 20
// Production
, HYDRO: 10
, LITHO: 0
};