Adds an interface to queue up actions based on triggers you set
disregard my last comment, that didn't seem to work, but yeah something doesn't seem to be working right when trying to use Superheat I through III actions
Never mind again, think that I got Superheat I through III working with the following changes now:
https://pastebin.com/NKqjUhcX
I have fixed it now
Also found an issue where I couldn't select a bar to smith when trying to start Alt Magic actions of Superheat I through III. It seems that the "spell.consumes" for Superheat IV is a value of 3, while Superheat I through III have a spell.consumes value of 2. So it seems that setting the code to "if (spell.consumes === 2 || spell.consumes === 3) {" on line 1368 fixed the issue for me.