I question some people (#28208)

This commit is contained in:
Vi3trice
2025-02-12 13:19:06 +00:00
committed by GitHub
parent 79db47edc6
commit baad3135c9
11 changed files with 14 additions and 14 deletions
@@ -104,7 +104,7 @@
if(current_ordering[j] < checked_value)
swap_tally++
return swap_tally % 2 == 0
return ISEVEN(swap_tally)
//swap two tiles in same row
/obj/effect/sliding_puzzle/proc/make_solvable()