TropicSapling/triforce

Sublist comparisons sometimes return incorrect results

Closed this issue · 1 comments

This happens when the for loop created by the compiler never runs since the condition wasn't true even at first, and since the condBool is set to 1 by default the comparison returns true instead of false.