File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class Main : MonoBehaviour
2525 private static CustomAllocation _profile ;
2626 private float _timeLeft = 10.0f ;
2727 public static SettingsForm settingsForm ;
28- public const string Version = "4.1.5 " ;
28+ public const string Version = "4.1.5a " ;
2929 private static int _furthestZone ;
3030
3131 private static string _dir ;
@@ -550,7 +550,7 @@ private void QuickStuff()
550550 if ( ! bc . isFighting && ! bc . nukeBoss )
551551 {
552552 var canNuke = bc . character . attack / 5.0 > bc . character . bossDefense && bc . character . defense / 5.0 > bc . character . bossAttack ;
553- var shouldNuke = ! MoneyPitManager . NeedsGold ( ) && Character . rebirthTime . totalseconds < 180.0 ;
553+ var shouldNuke = ! MoneyPitManager . NeedsGold ( ) || Character . rebirthTime . totalseconds > 180.0 ;
554554 if ( canNuke && shouldNuke )
555555 {
556556 bc . startNuke ( ) ;
You can’t perform that action at this time.
0 commit comments