4
Fork 0

Fixed the Burned Flesh non-attacking, halved the damage to avoid making it unwinnable

english-generic-dialogue
Eddoursul 2 years ago
parent de97ad2196
commit 88167b7af2
  1. BIN
      Burned Flesh hitbox fix.esp
  2. BIN
      scripts/fs_nqr05_bossfightabnormalitysc.pex
  3. 5
      source/scripts/fs_nqr05_bossfightabnormalitysc.psc

Binary file not shown.

@ -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

Loading…
Cancel
Save