Hex Casting

Hex Casting

6M Downloads

[Bug] Off by 1 Error for Flock's Gambit (1.0)

Talia-12 opened this issue ยท 0 comments

commented

In 0.9.1, using Flock's Reflection, Flock's Gambit turns the whole stack into a list - here it is giving an error that it expected a number less than 4, and got 4.

image

But if I subtract one from the result of Flock's Reflection to stay in the n < 4 size that Flock's Gambit seems to require, it doesn't add the last element of the stack to the list.

image