[1.0 Preview] Chronicler's Gambit Stack Size Mismatch
KirinDave opened this issue ยท 3 comments
In attempting to test the #123 support in the current 1.0 preview build, I tried to read from one focus in itemframe and transfer it to another focus in itemframe. While doing so, I discovered Chronicler's Gambit
incorrectly sizes the stack.
With a stack depth of 2, it fails and claims: Chronicler's Gambit expected 2 or more arguments but the stack was only 1 tall.
I've attempted to vary the stack depth, but it's the same result for any stack depth.
Either:
- I'm not actually allowed to write to focuses in item frames, in which case this error message is wrong.
- The stack depth check for the spell operator is wrong.