Skip to content

Commit 87162e6

Browse files
committed
4.1.5a
1 parent 2e50cd1 commit 87162e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NGUInjector/Main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)