We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e592c commit 3a7641dCopy full SHA for 3a7641d
code/modules/unit_tests/step_override.dm
@@ -17,5 +17,5 @@
17
18
. = step(AM, NORTH)
19
. = . && T.x == AM.x
20
- . = . && T.y + 1 == AM.y // eh?
+ . = . && (T.y + 1) == AM.y // eh?
21
. = . && T.z == AM.z
0 commit comments