Skip to content

Commit 3a7641d

Browse files
committed
Update step_override.dm
1 parent b2e592c commit 3a7641d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/unit_tests/step_override.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
. = step(AM, NORTH)
1919
. = . && T.x == AM.x
20-
. = . && T.y + 1 == AM.y // eh?
20+
. = . && (T.y + 1) == AM.y // eh?
2121
. = . && T.z == AM.z

0 commit comments

Comments
 (0)