diff --git a/Burned Flesh hitbox fix.esp b/Burned Flesh hitbox fix.esp index 5fe7c6ed..9cf6cb1c 100644 Binary files a/Burned Flesh hitbox fix.esp and b/Burned Flesh hitbox fix.esp differ diff --git a/scripts/fs_nqr05_bossfightabnormalitysc.pex b/scripts/fs_nqr05_bossfightabnormalitysc.pex index 9d32ea70..766f8252 100644 Binary files a/scripts/fs_nqr05_bossfightabnormalitysc.pex and b/scripts/fs_nqr05_bossfightabnormalitysc.pex differ diff --git a/source/scripts/fs_nqr05_bossfightabnormalitysc.psc b/source/scripts/fs_nqr05_bossfightabnormalitysc.psc index ef6f4ed0..0516dee8 100644 --- a/source/scripts/fs_nqr05_bossfightabnormalitysc.psc +++ b/source/scripts/fs_nqr05_bossfightabnormalitysc.psc @@ -44,6 +44,11 @@ EndEvent Event OnLoad() + if !FS_NQR05.IsRunning() + ; Don't run the fight routine in debug + return + endif + if FS_NQR05.GetStage() >= 251 && FS_NQR05.GetStage() < 255 gotostate("CombatStart") elseif FS_NQR05_AbnormalityInitialized.GetValueInt() == 0