makrohn / polymorphable

A total conversion, orthographic game based on Clint Bellanger's FLARE
51 stars 23 forks source link

Fix transformation into Juggernaut #106

Closed MiroslavR closed 5 years ago

MiroslavR commented 5 years ago

Transformation into Juggernaut is currently broken. It costs mana, but otherwise does not go through at all. The following errors are logged:

ERROR: EnemyGroupManager: 'rarity' property for enemy 'enemies/juggernautd.txt' not valid (common|uncommon|rare): commons
ERROR: EnemyGroupManager: Could not find a suitable enemy category for (juggernautd, 0, 0)
ERROR: Avatar: Could not transform into creature type 'juggernautd'

The rarity of Juggernaut is misspelled and has always been. I wonder how this worked in the past...