Skip to content

broken Chimera ultimate

Tristan Kernan requested to merge github/fork/tristanmkernan/issue/1305 into master

issue #1305 (closed)

turns out @yfzdq was correct: the issue was in fact that this.game was undefined because one of the Damage constructor calls was missing the game parameter, so when it was added to match the other Damage constructor calls - voila, no undefined access and the ability functions normally.

Merge request reports