mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
made store collection routine in SM, and updated everything to suit
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ var Score = {
|
||||
},
|
||||
|
||||
calculateScore: function() {
|
||||
var scoreUnadded = Prestige.saveStores(false);
|
||||
var scoreUnadded = $SM.getStores();
|
||||
var fullScore = 0;
|
||||
fullScore = fullScore + scoreUnadded[0] * 1;
|
||||
fullScore = fullScore + scoreUnadded[1] * 1.5;
|
||||
|
||||
Reference in New Issue
Block a user