mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
I question some people (#28208)
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user