Commit aa18d79 1 parent 808e142 commit aa18d79 Copy full SHA for aa18d79
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ internal class Main : MonoBehaviour
39
39
private float _timeLeft = 10.0f ;
40
40
internal static SettingsForm settingsForm ;
41
41
internal static WishManager WishManager ;
42
- internal const string Version = "3.4" ;
42
+ internal const string Version = "3.4.1 " ;
43
43
private static int _furthestZone ;
44
44
45
45
internal static bool Test { get ; set ; }
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ internal static void RecapDiggers()
133
133
if ( Main . Character . diggers . diggers [ i ] . active )
134
134
{
135
135
SetLevelMaxAffordable ( i , gross - sub ) ;
136
- sub += Main . Character . allDiggers . baseGPSDrain [ i ] ;
136
+ sub += Main . Character . allDiggers . drain ( i ) ;
137
137
}
138
138
}
139
139
UpgradeCheapestDigger ( ) ;
You can’t perform that action at this time.
0 commit comments