End Round consumable spam not working
Closed this issue · 3 comments
ensingm2 commented
zinefer commented
I managed to do some quick debugging before the round finished and I found that it never made it to this line: https://github.com/ensingm2/SteamMonsterGameScript/blob/master/automator.user.js#L376
ensingm2 commented
yeah I found it too, it's cause the if statement in the line beforehand should be ABILITIES.RESURRECTION
, not ABILITIES.RESURRECT
. I'm testing a fix now but running into some other issues.