Solybum / PSOBBMod-Addons

GNU General Public License v3.0
29 stars 29 forks source link

Fixed monster names for Ultimate difficulty #13

Closed StephenCWills closed 7 years ago

StephenCWills commented 7 years ago

A recent change caused monster names in Ultimate difficulty to start showing up as their non-Ultimate alternatives. This should fix it.

Solybum commented 7 years ago

I'd rather make the ultimate boolean local to the init file so it has to be set only once per display, rather than being read on every monster.

StephenCWills commented 7 years ago

I see what you mean. I've updated my pull request.

Solybum commented 7 years ago

Thanks!