[#bugs] Torch flames show up in inventory if item selection is openImposters like torch...

Issue #6342 resolved
Freehold Games Bot Account created an issue

Marked for crossposting by: Noelle Lavenza (transgendeer)

Message (jump):

<Noelle Lavenza (transgendeer)> Torch flames show up in inventory if item selection is open
Imposters like torch flames will show in the inventory if an options popup (like item selection) is opened with an IntroIcon or Icons set, due to it calling ClearImposterSuppression. Rather than clearing the entire ImposterSuppression matrix, the if (m == 0 && Icons != null && num11 < Icons.Length && Icons[num11] != null) block could instead conditionally remove the suppression where icons are being drawn, with ImposterSuppression[ScrapBuffer.X][ScrapBuffer.Y] = false.

Comments (2)

  1. Log in to comment