I question some people (#28208)

This commit is contained in:
Vi3trice
2025-02-12 08:19:06 -05:00
committed by GitHub
parent 79db47edc6
commit baad3135c9
11 changed files with 14 additions and 14 deletions
@@ -44,7 +44,7 @@
//Even sphere correction engage
var/offByOneOffset = 1
if(bigZ % 2 == 0)
if(ISEVEN(bigZ))
offByOneOffset = 0
for(var/i = lilZ, i <= bigZ+offByOneOffset, i++)