Flashkirby/Yet-Another-Boss-Health-Bar

Bug when 2 bosses are spawned instantly

Closed this issue · 2 comments

Use Cheat Sheet or Heros Mod, turn on autopause, spawn 2 bosses, and it'll immediately crash.

The reason for the crash is a "An item with the same key has already been added." exception, presumably a bit of logic is off with your dictionaries.

Found reason for issue: all NPCs have a whoAmI Value of 0 when spawned during autopause, causes dictionary entry clashes.

Fixed in 70ba1df