[MIRROR] next grep, no spaces (#10548)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-29 14:13:04 -07:00
committed by GitHub
parent 16a213f699
commit 8d0febfbb6
104 changed files with 1278 additions and 1189 deletions
+10 -10
View File
@@ -59,15 +59,15 @@
var/hsize = round(input_size/2)
/*
(x,y+isize)----(x+hsize,y+isize)----(x+size,y+isize)
| | |
| | |
| | |
(x,y+hsize)----(x+hsize,y+hsize)----(x+isize,y)
| | |
| | |
| | |
(x,y)----------(x+hsize,y)----------(x+isize,y)
* (x,y+isize)----(x+hsize,y+isize)----(x+size,y+isize)
* | | |
* | | |
* | | |
* (x,y+hsize)----(x+hsize,y+hsize)----(x+isize,y)
* | | |
* | | |
* | | |
* (x,y)----------(x+hsize,y)----------(x+isize,y)
*/
// Central edge values become average of corners.
map[TRANSLATE_COORD(x+hsize,y+isize)] = round((\
@@ -103,7 +103,7 @@
map[current_cell] *= (rand(1,2)==1 ? (1.0-random_element) : (1.0+random_element))
map[current_cell] = max(0,min(cell_range,map[current_cell]))
// Recurse until size is too small to subdivide.
// Recurse until size is too small to subdivide.
if(isize>3)
if(!priority_process)
CHECK_TICK