Shields not identified by RelicGenerator

Issue #12416 resolved
chaos created an issue

Line 1016 of World.RelicGenerator.cs says:

if (category == "Shield")

when it needs to say

if (category == "Shields")

in order to successfully identify shields.

Comments (3)

  1. Log in to comment