Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `time_since` math function (?) returns -1 for undefined variables, as described in docs[1]. This creates a scenario which the second clause of '< 2 d' to always match, and directions are never actually rolled. This patch fixes that by merging both rolling direction cases in a single conditional cause, and the fallback is the do-nothing case.
- Loading branch information