From 8047330952e0b3f167ad1c515d56ce81a829920a Mon Sep 17 00:00:00 2001 From: MelonSpeedruns Date: Mon, 4 May 2026 09:55:01 -0400 Subject: [PATCH] oops i suck --- src/d/actor/d_a_e_oct_bg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/actor/d_a_e_oct_bg.cpp b/src/d/actor/d_a_e_oct_bg.cpp index ebebc366cc..5ee1e6428d 100644 --- a/src/d/actor/d_a_e_oct_bg.cpp +++ b/src/d/actor/d_a_e_oct_bg.cpp @@ -519,7 +519,7 @@ void daE_OctBg_c::core_fish_attack() { } #if AVOID_UB else { - in_f31 = cM_rndFX(80.0f) + 100.0f; + in_f31 = cM_rndF(400.0f) + 80.0f; } #endif } else if (current.pos.abs(cStack_5c) < 400.0f) {