mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
minor correction.
This commit is contained in:
@@ -70,8 +70,7 @@
|
||||
for(var/i = lilZ, i <= bigZ+offByOneOffset, i++)
|
||||
var/theRadius = radius
|
||||
if(i != sphereMagic)
|
||||
if(i != evenCheckZ)
|
||||
theRadius = max(radius/max((2*abs(sphereMagic-i)),1),1)
|
||||
theRadius = max(radius/max((2*abs(sphereMagic-i)),1),1)
|
||||
|
||||
|
||||
map |= circlerange(locate(centerX,centerY,i),theRadius)
|
||||
|
||||
Reference in New Issue
Block a user